Html Css Color HEX #0029C6 International Klein Blue
📋 copy color: '#0029C6'red 0 ◦ green 41 ◦ blue 198
Shades of International Klein Blue #0029C6
Tints of International Klein Blue #0029C6
RGB
CMYK
RGB Variations
Color information
#0029C6 (or 0x0029C6) is known color: International Klein Blue. HEX triplet: 00, 29 and C6. RGB value is (0,41,198). Sum of RGB (Red+Green+Blue) = 0+41+198=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 198 (77.73% from 255 or 82.85% from 239); Max value from RGB is 198 - color contains mainly: blue. Hex color #0029C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029C6 is #FFD639. Grayscale: #2D2D2D. Windows color (decimal): -16766522 or 12986624. OLE color: 12986624.
HSL color Cylindrical-coordinate representation of color #0029C6: hue angle of 227.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029C6 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 41 | 198 | - |
| CMYK | 1 | 0.79 | 0 | 0.22 |
| HSL | 227.58º | 1% | 0.39% | - |
| HSV(B) | 227.58º | 1% | 0.78% | - |
| XYZ | 10.99 | 5.66 | 53.94 | - |
| YUV | 46.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 198 | 1 | 0.79 | 0 | 0.22 | 227.58 | 1 | 0.39 |
| Hex | 0 | 29 | C6 | 64 | 4F | 0 | 16 | E4 | 64 | 27 |
| Octal | 0 | 51 | 306 | 144 | 117 | 0 | 26 | 344 | 144 | 47 |
| Binary | 0 | 101001 | 11000110 | 1100100 | 1001111 | 0 | 10110 | 11100100 | 1100100 | 100111 |
Color Harmonies of #0029C6
Complementary color
Monochromatic Colors of #0029C6
Black with #0029C6
Text Example
Text Example
White with #0029C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029C6; }
p { color: rgb(0,41,198); }
H1.HeaderClassName
{
color: #0029C6;
}
.AnyTagClassName
{
color: #0029C6;
}
</style>
background-color css
<style>
a { background-color: #0029C6; }
a { background-color: rgb(0,41,198); }
div.DivClassName
{
background-color: #0029C6;
}
.BgClassName
{
background-color: #0029C6;
}
</style>
border-color css
<style>
span { border-color: #0029C6; }
span { border-color: rgb(0,41,198); }
td.TdClassName
{
border-color: #0029C6;
}
.TagClassName
{
border-color: #0029C6;
}
</style>