#071EA9

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

Shades of International Klein Blue #071EA9

Tints of International Klein Blue #071EA9

Color information

#071EA9 (or 0x071EA9) is unknown color: approx International Klein Blue. HEX triplet: 07, 1E and A9. RGB value is (7,30,169). Sum of RGB (Red+Green+Blue) = 7+30+169=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 169 (66.41% from 255 or 82.04% from 206); Max value from RGB is 169 - color contains mainly: blue. Hex color #071EA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071EA9 is #F8E156. Grayscale: #262626. Windows color (decimal): -16310615 or 11083271. OLE color: 11083271.

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

Color convert

RGB730169-
CMYK0.960.8200.34
HSL231.48º92.05%34.51%-
HSV(B)231.48º95.86%66.27%-
XYZ7.713.8437.87-
YUV38.97201.38105.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 169 (66.41% from 255) = 82.04%
R=3.40%
G=14.56%
B=82.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7301690.960.8200.34231.4892.0534.51
Hex71EA96052022e75c23
Octal73625114012204234713443
Binary1111111010101001110000010100100100010111001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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