#0219B6

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

Shades of International Klein Blue #0219B6

Tints of International Klein Blue #0219B6

Color information

#0219B6 (or 0x0219B6) is unknown color: approx International Klein Blue. HEX triplet: 02, 19 and B6. RGB value is (2,25,182). Sum of RGB (Red+Green+Blue) = 2+25+182=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 182 (71.48% from 255 or 87.08% from 209); Max value from RGB is 182 - color contains mainly: blue. Hex color #0219B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219B6 is #FDE649. Grayscale: #232323. Windows color (decimal): -16639562 or 11933954. OLE color: 11933954.

HSL color Cylindrical-coordinate representation of color #0219B6: hue angle of 232.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219B6 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB225182-
CMYK0.990.8600.29
HSL232.33º97.83%36.08%-
HSV(B)232.33º98.9%71.37%-
XYZ8.824.0944.58-
YUV36.02210.38103.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 182 (71.48% from 255) = 87.08%
R=0.96%
G=11.96%
B=87.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2251820.990.8600.29232.3397.8336.08
Hex219B6635601De86224
Octal23126614312603535014244
Binary10110011011011011000111010110011101111010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0219B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0219B6; }

 p { color: rgb(2,25,182); }

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

<style>
 a { background-color: #0219B6; }

 a { background-color: rgb(2,25,182); }

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

<style>
 span { border-color: #0219B6; }

 span { border-color: rgb(2,25,182); }

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