Html Css Color HEX #0029C9 International Klein Blue
📋 copy color: '#0029C9'red 0 ◦ green 41 ◦ blue 201
Shades of International Klein Blue #0029C9
Tints of International Klein Blue #0029C9
RGB
CMYK
RGB Variations
Color information
#0029C9 (or 0x0029C9) is known color: International Klein Blue. HEX triplet: 00, 29 and C9. RGB value is (0,41,201). Sum of RGB (Red+Green+Blue) = 0+41+201=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 201 (78.91% from 255 or 83.06% from 242); Max value from RGB is 201 - color contains mainly: blue. Hex color #0029C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029C9 is #FFD636. Grayscale: #2E2E2E. Windows color (decimal): -16766519 or 13183232. OLE color: 13183232.
HSL color Cylindrical-coordinate representation of color #0029C9: hue angle of 227.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029C9 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 41 | 201 | - |
| CMYK | 1 | 0.80 | 0 | 0.21 |
| HSL | 227.76º | 1% | 0.39% | - |
| HSV(B) | 227.76º | 1% | 0.79% | - |
| XYZ | 11.34 | 5.8 | 55.78 | - |
| YUV | 46.98 | 214.92 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 201 | 1 | 0.80 | 0 | 0.21 | 227.76 | 1 | 0.39 |
| Hex | 0 | 29 | C9 | 64 | 50 | 0 | 15 | E4 | 64 | 27 |
| Octal | 0 | 51 | 311 | 144 | 120 | 0 | 25 | 344 | 144 | 47 |
| Binary | 0 | 101001 | 11001001 | 1100100 | 1010000 | 0 | 10101 | 11100100 | 1100100 | 100111 |
Color Harmonies of #0029C9
Complementary color
Monochromatic Colors of #0029C9
Black with #0029C9
Text Example
Text Example
White with #0029C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029C9; }
p { color: rgb(0,41,201); }
H1.HeaderClassName
{
color: #0029C9;
}
.AnyTagClassName
{
color: #0029C9;
}
</style>
background-color css
<style>
a { background-color: #0029C9; }
a { background-color: rgb(0,41,201); }
div.DivClassName
{
background-color: #0029C9;
}
.BgClassName
{
background-color: #0029C9;
}
</style>
border-color css
<style>
span { border-color: #0029C9; }
span { border-color: rgb(0,41,201); }
td.TdClassName
{
border-color: #0029C9;
}
.TagClassName
{
border-color: #0029C9;
}
</style>