Html Css Color HEX #01209C International Klein Blue

📋 copy color: '#01209C'

red 1 ◦ green 32 ◦ blue 156

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

Shades of International Klein Blue #01209C

Tints of International Klein Blue #01209C

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 156 (61.33% from 255) = 82.54%

R = 0.53%
G = 16.93%
B = 82.54%

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

#01209C (or 0x01209C) is known color: International Klein Blue. HEX triplet: 01, 20 and 9C. RGB value is (1,32,156). Sum of RGB (Red+Green+Blue) = 1+32+156=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #01209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01209C is #FEDF63. Grayscale: #242424. Windows color (decimal): -16703332 or 10231809. OLE color: 10231809.

HSL color Cylindrical-coordinate representation of color #01209C: hue angle of 228º 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 #01209C is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 32 156 -
CMYK 0.99 0.79 0 0.39
HSL 228º 0.99% 0.31% -
HSV(B) 228º 0.99% 0.61% -
XYZ 6.53 3.44 31.77 -
YUV 36.87 195.23 102.42 -
System Red Green Blue C M Y K H S L
Decimal 1 32 156 0.99 0.79 0 0.39 228 0.99 0.31
Hex 1 20 9C 63 4F 0 27 E4 63 1F
Octal 1 40 234 143 117 0 47 344 143 37
Binary 1 100000 10011100 1100011 1001111 0 100111 11100100 1100011 11111

Color Harmonies of #01209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01209C

Black with #01209C

Text Example


Text Example

White with #01209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01209C;
 }
 .AnyTagClassName
 {
   color: #01209C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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