Html Css Color HEX #00229B International Klein Blue
📋 copy color: '#00229B'red 0 ◦ green 34 ◦ blue 155
Shades of International Klein Blue #00229B
Tints of International Klein Blue #00229B
RGB
CMYK
RGB Variations
Color information
#00229B (or 0x00229B) is known color: International Klein Blue. HEX triplet: 00, 22 and 9B. RGB value is (0,34,155). Sum of RGB (Red+Green+Blue) = 0+34+155=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #00229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00229B is #FFDD64. Grayscale: #252525. Windows color (decimal): -16768357 or 10166784. OLE color: 10166784.
HSL color Cylindrical-coordinate representation of color #00229B: hue angle of 226.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00229B is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 34 | 155 | - |
| CMYK | 1 | 0.78 | 0 | 0.39 |
| HSL | 226.84º | 1% | 0.3% | - |
| HSV(B) | 226.84º | 1% | 0.61% | - |
| XYZ | 6.49 | 3.51 | 31.35 | - |
| YUV | 37.63 | 194.24 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 155 | 1 | 0.78 | 0 | 0.39 | 226.84 | 1 | 0.3 |
| Hex | 0 | 22 | 9B | 64 | 4E | 0 | 27 | E3 | 64 | 1E |
| Octal | 0 | 42 | 233 | 144 | 116 | 0 | 47 | 343 | 144 | 36 |
| Binary | 0 | 100010 | 10011011 | 1100100 | 1001110 | 0 | 100111 | 11100011 | 1100100 | 11110 |
Color Harmonies of #00229B
Complementary color
Monochromatic Colors of #00229B
Black with #00229B
Text Example
Text Example
White with #00229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00229B; }
p { color: rgb(0,34,155); }
H1.HeaderClassName
{
color: #00229B;
}
.AnyTagClassName
{
color: #00229B;
}
</style>
background-color css
<style>
a { background-color: #00229B; }
a { background-color: rgb(0,34,155); }
div.DivClassName
{
background-color: #00229B;
}
.BgClassName
{
background-color: #00229B;
}
</style>
border-color css
<style>
span { border-color: #00229B; }
span { border-color: rgb(0,34,155); }
td.TdClassName
{
border-color: #00229B;
}
.TagClassName
{
border-color: #00229B;
}
</style>