Html Css Color HEX #01209B International Klein Blue

📋 copy color: '#01209B'

red 1 ◦ green 32 ◦ blue 155

#01209B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #01209B

Tints of International Klein Blue #01209B

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 value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01209B (or 0x01209B) is known color: 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

RGB 1 32 155 -
CMYK 0.99 0.79 0 0.39
HSL 227.92º 0.99% 0.31% -
HSV(B) 227.92º 0.99% 0.61% -
XYZ 6.45 3.41 31.33 -
YUV 36.75 194.73 102.5 -
System Red Green Blue C M Y K H S L
Decimal 1 32 155 0.99 0.79 0 0.39 227.92 0.99 0.31
Hex 1 20 9B 63 4F 0 27 E4 63 1F
Octal 1 40 233 143 117 0 47 344 143 37
Binary 1 100000 10011011 1100011 1001111 0 100111 11100100 1100011 11111

Color Harmonies of #01209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01209B

Black with #01209B

Text Example


Text Example

White with #01209B

Text Example


Text Example

HTML Codes & Css Web 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>