#071EAE

Color #071EAE International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #071EAE

Tints of International Klein Blue #071EAE

Color information

#071EAE (or 0x071EAE) is unknown color: approx International Klein Blue. HEX triplet: 07, 1E and AE. RGB value is (7,30,174). Sum of RGB (Red+Green+Blue) = 7+30+174=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #071EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071EAE is #F8E151. Grayscale: #262626. Windows color (decimal): -16310610 or 11410951. OLE color: 11410951.

HSL color Cylindrical-coordinate representation of color #071EAE: hue angle of 231.74º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071EAE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB730174-
CMYK0.960.8300.32
HSL231.74º92.27%35.49%-
HSV(B)231.74º95.98%68.24%-
XYZ8.194.0340.39-
YUV39.54203.88104.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 174 (68.36% from 255) = 82.46%
R=3.32%
G=14.22%
B=82.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7301740.960.8300.32231.7492.2735.49
Hex71EAE6053020e85c23
Octal73625614012304035013443
Binary1111111010101110110000010100110100000111010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071EAE; }

 p { color: rgb(7,30,174); }

 H1.HeaderClassName
 {
   color: #071EAE;
 }
 .AnyTagClassName
 {
   color: #071EAE;
 }
</style>
background-color css

<style>
 a { background-color: #071EAE; }

 a { background-color: rgb(7,30,174); }

 div.DivClassName
 {
   background-color: #071EAE;
 }
 .BgClassName
 {
   background-color: #071EAE;
 }
</style>
border-color css

<style>
 span { border-color: #071EAE; }

 span { border-color: rgb(7,30,174); }

 td.TdClassName
 {
   border-color: #071EAE;
 }
 .TagClassName
 {
   border-color: #071EAE;
 }
</style>