Html Css Color HEX #0429AA International Klein Blue
📋 copy color: '#0429AA'red 4 ◦ green 41 ◦ blue 170
Shades of International Klein Blue #0429AA
Tints of International Klein Blue #0429AA
RGB
CMYK
RGB Variations
Color information
#0429AA (or 0x0429AA) is known color: International Klein Blue. HEX triplet: 04, 29 and AA. RGB value is (4,41,170). Sum of RGB (Red+Green+Blue) = 4+41+170=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #0429AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0429AA is #FBD655. Grayscale: #2C2C2C. Windows color (decimal): -16504406 or 11151620. OLE color: 11151620.
HSL color Cylindrical-coordinate representation of color #0429AA: hue angle of 226.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429AA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 41 | 170 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.33 |
| HSL | 226.63º | 0.95% | 0.34% | - |
| HSV(B) | 226.63º | 0.98% | 0.67% | - |
| XYZ | 8.1 | 4.51 | 38.47 | - |
| YUV | 44.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 170 | 0.98 | 0.76 | 0 | 0.33 | 226.63 | 0.95 | 0.34 |
| Hex | 4 | 29 | AA | 62 | 4C | 0 | 21 | E3 | 5F | 22 |
| Octal | 4 | 51 | 252 | 142 | 114 | 0 | 41 | 343 | 137 | 42 |
| Binary | 100 | 101001 | 10101010 | 1100010 | 1001100 | 0 | 100001 | 11100011 | 1011111 | 100010 |
Color Harmonies of #0429AA
Complementary color
Monochromatic Colors of #0429AA
Black with #0429AA
Text Example
Text Example
White with #0429AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429AA; }
p { color: rgb(4,41,170); }
H1.HeaderClassName
{
color: #0429AA;
}
.AnyTagClassName
{
color: #0429AA;
}
</style>
background-color css
<style>
a { background-color: #0429AA; }
a { background-color: rgb(4,41,170); }
div.DivClassName
{
background-color: #0429AA;
}
.BgClassName
{
background-color: #0429AA;
}
</style>
border-color css
<style>
span { border-color: #0429AA; }
span { border-color: rgb(4,41,170); }
td.TdClassName
{
border-color: #0429AA;
}
.TagClassName
{
border-color: #0429AA;
}
</style>