Html Css Color HEX #01229E International Klein Blue

📋 copy color: '#01229E'

red 1 ◦ green 34 ◦ blue 158

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

Shades of International Klein Blue #01229E

Tints of International Klein Blue #01229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 81.87%

R = 0.52%
G = 17.62%
B = 81.87%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01229E (or 0x01229E) is known color: International Klein Blue. HEX triplet: 01, 22 and 9E. RGB value is (1,34,158). Sum of RGB (Red+Green+Blue) = 1+34+158=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #01229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01229E is #FEDD61. Grayscale: #252525. Windows color (decimal): -16702818 or 10363393. OLE color: 10363393.

HSL color Cylindrical-coordinate representation of color #01229E: hue angle of 227.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01229E is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 34 158 -
CMYK 0.99 0.78 0 0.38
HSL 227.39º 0.99% 0.31% -
HSV(B) 227.39º 0.99% 0.62% -
XYZ 6.76 3.62 32.69 -
YUV 38.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 1 34 158 0.99 0.78 0 0.38 227.39 0.99 0.31
Hex 1 22 9E 63 4E 0 26 E3 63 1F
Octal 1 42 236 143 116 0 46 343 143 37
Binary 1 100010 10011110 1100011 1001110 0 100110 11100011 1100011 11111

Color Harmonies of #01229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01229E

Black with #01229E

Text Example


Text Example

White with #01229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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