#01209B

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

Shades of International Klein Blue #01209B

Tints of International Klein Blue #01209B

Color information

#01209B (or 0x01209B) is unknown color: approx International Klein Blue. HEX triplet: 01, 20 and 9B. RGB value is (1,32,155). Sum of RGB (Red+Green+Blue) = 1+32+155=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #01209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01209B is #FEDF64. Grayscale: #242424. Windows color (decimal): -16703333 or 10166273. OLE color: 10166273.

HSL color Cylindrical-coordinate representation of color #01209B: hue angle of 227.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01209B is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132155-
CMYK0.990.7900.39
HSL227.92º98.72%30.59%-
HSV(B)227.92º99.35%60.78%-
XYZ6.453.4131.33-
YUV36.75194.73102.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 155 (60.94% from 255) = 82.45%
R=0.53%
G=17.02%
B=82.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321550.990.7900.39227.9298.7230.59
Hex1209B634F027e4631f
Octal14023314311704734414337
Binary11000001001101111000111001111010011111100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01209B; }

 p { color: rgb(1,32,155); }

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

<style>
 a { background-color: #01209B; }

 a { background-color: rgb(1,32,155); }

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

<style>
 span { border-color: #01209B; }

 span { border-color: rgb(1,32,155); }

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