#06199E

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

Shades of International Klein Blue #06199E

Tints of International Klein Blue #06199E

Color information

#06199E (or 0x06199E) is unknown color: approx International Klein Blue. HEX triplet: 06, 19 and 9E. RGB value is (6,25,158). Sum of RGB (Red+Green+Blue) = 6+25+158=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 158 (62.11% from 255 or 83.60% from 189); Max value from RGB is 158 - color contains mainly: blue. Hex color #06199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06199E is #F9E661. Grayscale: #212121. Windows color (decimal): -16377442 or 10361094. OLE color: 10361094.

HSL color Cylindrical-coordinate representation of color #06199E: hue angle of 232.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06199E is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB625158-
CMYK0.960.8400.38
HSL232.5º92.68%32.16%-
HSV(B)232.5º96.2%61.96%-
XYZ6.593.232.62-
YUV34.48197.71107.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 158 (62.11% from 255) = 83.60%
R=3.17%
G=13.23%
B=83.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6251580.960.8400.38232.592.6832.16
Hex6199E6054026e85d20
Octal63123614012404635013540
Binary1101100110011110110000010101000100110111010001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06199E; }

 p { color: rgb(6,25,158); }

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

<style>
 a { background-color: #06199E; }

 a { background-color: rgb(6,25,158); }

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

<style>
 span { border-color: #06199E; }

 span { border-color: rgb(6,25,158); }

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