Html Css Color HEX #0229BB International Klein Blue
📋 copy color: '#0229BB'red 2 ◦ green 41 ◦ blue 187
Shades of International Klein Blue #0229BB
Tints of International Klein Blue #0229BB
RGB
CMYK
RGB Variations
Color information
#0229BB (or 0x0229BB) is known color: International Klein Blue. HEX triplet: 02, 29 and BB. RGB value is (2,41,187). Sum of RGB (Red+Green+Blue) = 2+41+187=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #0229BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0229BB is #FDD644. Grayscale: #2D2D2D. Windows color (decimal): -16635461 or 12265730. OLE color: 12265730.
HSL color Cylindrical-coordinate representation of color #0229BB: hue angle of 227.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229BB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 41 | 187 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.27 |
| HSL | 227.35º | 0.98% | 0.37% | - |
| HSV(B) | 227.35º | 0.99% | 0.73% | - |
| XYZ | 9.79 | 5.19 | 47.5 | - |
| YUV | 45.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 187 | 0.99 | 0.78 | 0 | 0.27 | 227.35 | 0.98 | 0.37 |
| Hex | 2 | 29 | BB | 63 | 4E | 0 | 1B | E3 | 62 | 25 |
| Octal | 2 | 51 | 273 | 143 | 116 | 0 | 33 | 343 | 142 | 45 |
| Binary | 10 | 101001 | 10111011 | 1100011 | 1001110 | 0 | 11011 | 11100011 | 1100010 | 100101 |
Color Harmonies of #0229BB
Complementary color
Monochromatic Colors of #0229BB
Black with #0229BB
Text Example
Text Example
White with #0229BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0229BB; }
p { color: rgb(2,41,187); }
H1.HeaderClassName
{
color: #0229BB;
}
.AnyTagClassName
{
color: #0229BB;
}
</style>
background-color css
<style>
a { background-color: #0229BB; }
a { background-color: rgb(2,41,187); }
div.DivClassName
{
background-color: #0229BB;
}
.BgClassName
{
background-color: #0229BB;
}
</style>
border-color css
<style>
span { border-color: #0229BB; }
span { border-color: rgb(2,41,187); }
td.TdClassName
{
border-color: #0229BB;
}
.TagClassName
{
border-color: #0229BB;
}
</style>