Html Css Color HEX #00229D International Klein Blue
📋 copy color: '#00229D'red 0 ◦ green 34 ◦ blue 157
Shades of International Klein Blue #00229D
Tints of International Klein Blue #00229D
RGB
CMYK
RGB Variations
Color information
#00229D (or 0x00229D) is known color: International Klein Blue. HEX triplet: 00, 22 and 9D. RGB value is (0,34,157). Sum of RGB (Red+Green+Blue) = 0+34+157=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 157 (61.72% from 255 or 82.20% from 191); Max value from RGB is 157 - color contains mainly: blue. Hex color #00229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00229D is #FFDD62. Grayscale: #252525. Windows color (decimal): -16768355 or 10297856. OLE color: 10297856.
HSL color Cylindrical-coordinate representation of color #00229D: hue angle of 227.01º 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 #00229D is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 34 | 157 | - |
| CMYK | 1 | 0.78 | 0 | 0.38 |
| HSL | 227.01º | 1% | 0.31% | - |
| HSV(B) | 227.01º | 1% | 0.62% | - |
| XYZ | 6.66 | 3.58 | 32.24 | - |
| YUV | 37.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 157 | 1 | 0.78 | 0 | 0.38 | 227.01 | 1 | 0.31 |
| Hex | 0 | 22 | 9D | 64 | 4E | 0 | 26 | E3 | 64 | 1F |
| Octal | 0 | 42 | 235 | 144 | 116 | 0 | 46 | 343 | 144 | 37 |
| Binary | 0 | 100010 | 10011101 | 1100100 | 1001110 | 0 | 100110 | 11100011 | 1100100 | 11111 |
Color Harmonies of #00229D
Complementary color
Monochromatic Colors of #00229D
Black with #00229D
Text Example
Text Example
White with #00229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00229D; }
p { color: rgb(0,34,157); }
H1.HeaderClassName
{
color: #00229D;
}
.AnyTagClassName
{
color: #00229D;
}
</style>
background-color css
<style>
a { background-color: #00229D; }
a { background-color: rgb(0,34,157); }
div.DivClassName
{
background-color: #00229D;
}
.BgClassName
{
background-color: #00229D;
}
</style>
border-color css
<style>
span { border-color: #00229D; }
span { border-color: rgb(0,34,157); }
td.TdClassName
{
border-color: #00229D;
}
.TagClassName
{
border-color: #00229D;
}
</style>