Html Css Color HEX #0429A0 International Klein Blue
📋 copy color: '#0429A0'red 4 ◦ green 41 ◦ blue 160
Shades of International Klein Blue #0429A0
Tints of International Klein Blue #0429A0
RGB
CMYK
RGB Variations
Color information
#0429A0 (or 0x0429A0) is known color: International Klein Blue. HEX triplet: 04, 29 and A0. RGB value is (4,41,160). Sum of RGB (Red+Green+Blue) = 4+41+160=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 160 (62.89% from 255 or 78.05% from 205); Max value from RGB is 160 - color contains mainly: blue. Hex color #0429A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0429A0 is #FBD65F. Grayscale: #2A2A2A. Windows color (decimal): -16504416 or 10496260. OLE color: 10496260.
HSL color Cylindrical-coordinate representation of color #0429A0: hue angle of 225.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429A0 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 41 | 160 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.37 |
| HSL | 225.77º | 0.95% | 0.32% | - |
| HSV(B) | 225.77º | 0.98% | 0.63% | - |
| XYZ | 7.19 | 4.15 | 33.68 | - |
| YUV | 43.5 | 193.74 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 160 | 0.98 | 0.74 | 0 | 0.37 | 225.77 | 0.95 | 0.32 |
| Hex | 4 | 29 | A0 | 62 | 4A | 0 | 25 | E2 | 5F | 20 |
| Octal | 4 | 51 | 240 | 142 | 112 | 0 | 45 | 342 | 137 | 40 |
| Binary | 100 | 101001 | 10100000 | 1100010 | 1001010 | 0 | 100101 | 11100010 | 1011111 | 100000 |
Color Harmonies of #0429A0
Complementary color
Monochromatic Colors of #0429A0
Black with #0429A0
Text Example
Text Example
White with #0429A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429A0; }
p { color: rgb(4,41,160); }
H1.HeaderClassName
{
color: #0429A0;
}
.AnyTagClassName
{
color: #0429A0;
}
</style>
background-color css
<style>
a { background-color: #0429A0; }
a { background-color: rgb(4,41,160); }
div.DivClassName
{
background-color: #0429A0;
}
.BgClassName
{
background-color: #0429A0;
}
</style>
border-color css
<style>
span { border-color: #0429A0; }
span { border-color: rgb(4,41,160); }
td.TdClassName
{
border-color: #0429A0;
}
.TagClassName
{
border-color: #0429A0;
}
</style>