Html Css Color HEX #00229E International Klein Blue

📋 copy color: '#00229E'

red 0 ◦ green 34 ◦ blue 158

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

Shades of International Klein Blue #00229E

Tints of International Klein Blue #00229E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 17.71%
B = 82.29%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00229E (or 0x00229E) is known color: International Klein Blue. HEX triplet: 00, 22 and 9E. RGB value is (0,34,158). Sum of RGB (Red+Green+Blue) = 0+34+158=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #00229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00229E is #FFDD61. Grayscale: #252525. Windows color (decimal): -16768354 or 10363392. OLE color: 10363392.

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

Color convert

RGB 0 34 158 -
CMYK 1 0.78 0 0.38
HSL 227.09º 1% 0.31% -
HSV(B) 227.09º 1% 0.62% -
XYZ 6.74 3.61 32.69 -
YUV 37.97 195.74 100.92 -
System Red Green Blue C M Y K H S L
Decimal 0 34 158 1 0.78 0 0.38 227.09 1 0.31
Hex 0 22 9E 64 4E 0 26 E3 64 1F
Octal 0 42 236 144 116 0 46 343 144 37
Binary 0 100010 10011110 1100100 1001110 0 100110 11100011 1100100 11111

Color Harmonies of #00229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00229E

Black with #00229E

Text Example


Text Example

White with #00229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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