Html Css Color HEX #01229C International Klein Blue

📋 copy color: '#01229C'

red 1 ◦ green 34 ◦ blue 156

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

Shades of International Klein Blue #01229C

Tints of International Klein Blue #01229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

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

R = 0.52%
G = 17.8%
B = 81.68%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01229C (or 0x01229C) is known color: International Klein Blue. HEX triplet: 01, 22 and 9C. RGB value is (1,34,156). Sum of RGB (Red+Green+Blue) = 1+34+156=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #01229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01229C is #FEDD63. Grayscale: #252525. Windows color (decimal): -16702820 or 10232321. OLE color: 10232321.

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

Color convert

RGB 1 34 156 -
CMYK 0.99 0.78 0 0.39
HSL 227.23º 0.99% 0.31% -
HSV(B) 227.23º 0.99% 0.61% -
XYZ 6.59 3.55 31.79 -
YUV 38.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 1 34 156 0.99 0.78 0 0.39 227.23 0.99 0.31
Hex 1 22 9C 63 4E 0 27 E3 63 1F
Octal 1 42 234 143 116 0 47 343 143 37
Binary 1 100010 10011100 1100011 1001110 0 100111 11100011 1100011 11111

Color Harmonies of #01229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01229C

Black with #01229C

Text Example


Text Example

White with #01229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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