Html Css Color HEX #01209A International Klein Blue

📋 copy color: '#01209A'

red 1 ◦ green 32 ◦ blue 154

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

Shades of International Klein Blue #01209A

Tints of International Klein Blue #01209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 82.35%

R = 0.53%
G = 17.11%
B = 82.35%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01209A (or 0x01209A) is known color: International Klein Blue. HEX triplet: 01, 20 and 9A. RGB value is (1,32,154). Sum of RGB (Red+Green+Blue) = 1+32+154=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 154 (60.55% from 255 or 82.35% from 187); Max value from RGB is 154 - color contains mainly: blue. Hex color #01209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01209A is #FEDF65. Grayscale: #242424. Windows color (decimal): -16703334 or 10100737. OLE color: 10100737.

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

Color convert

RGB 1 32 154 -
CMYK 0.99 0.79 0 0.40
HSL 227.84º 0.99% 0.3% -
HSV(B) 227.84º 0.99% 0.6% -
XYZ 6.36 3.37 30.89 -
YUV 36.64 194.23 102.58 -
System Red Green Blue C M Y K H S L
Decimal 1 32 154 0.99 0.79 0 0.40 227.84 0.99 0.3
Hex 1 20 9A 63 4F 0 28 E4 63 1E
Octal 1 40 232 143 117 0 50 344 143 36
Binary 1 100000 10011010 1100011 1001111 0 101000 11100100 1100011 11110

Color Harmonies of #01209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01209A

Black with #01209A

Text Example


Text Example

White with #01209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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