Html Css Color HEX #0429C2 International Klein Blue
📋 copy color: '#0429C2'red 4 ◦ green 41 ◦ blue 194
Shades of International Klein Blue #0429C2
Tints of International Klein Blue #0429C2
RGB
CMYK
RGB Variations
Color information
#0429C2 (or 0x0429C2) is known color: International Klein Blue. HEX triplet: 04, 29 and C2. RGB value is (4,41,194). Sum of RGB (Red+Green+Blue) = 4+41+194=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 194 (76.17% from 255 or 81.17% from 239); Max value from RGB is 194 - color contains mainly: blue. Hex color #0429C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429C2 is #FBD63D. Grayscale: #2E2E2E. Windows color (decimal): -16504382 or 12724484. OLE color: 12724484.
HSL color Cylindrical-coordinate representation of color #0429C2: hue angle of 228.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429C2 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 41 | 194 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.24 |
| HSL | 228.32º | 0.96% | 0.39% | - |
| HSV(B) | 228.32º | 0.98% | 0.76% | - |
| XYZ | 10.58 | 5.51 | 51.54 | - |
| YUV | 47.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 194 | 0.98 | 0.79 | 0 | 0.24 | 228.32 | 0.96 | 0.39 |
| Hex | 4 | 29 | C2 | 62 | 4F | 0 | 18 | E4 | 60 | 27 |
| Octal | 4 | 51 | 302 | 142 | 117 | 0 | 30 | 344 | 140 | 47 |
| Binary | 100 | 101001 | 11000010 | 1100010 | 1001111 | 0 | 11000 | 11100100 | 1100000 | 100111 |
Color Harmonies of #0429C2
Complementary color
Monochromatic Colors of #0429C2
Black with #0429C2
Text Example
Text Example
White with #0429C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429C2; }
p { color: rgb(4,41,194); }
H1.HeaderClassName
{
color: #0429C2;
}
.AnyTagClassName
{
color: #0429C2;
}
</style>
background-color css
<style>
a { background-color: #0429C2; }
a { background-color: rgb(4,41,194); }
div.DivClassName
{
background-color: #0429C2;
}
.BgClassName
{
background-color: #0429C2;
}
</style>
border-color css
<style>
span { border-color: #0429C2; }
span { border-color: rgb(4,41,194); }
td.TdClassName
{
border-color: #0429C2;
}
.TagClassName
{
border-color: #0429C2;
}
</style>