Html Css Color HEX #0429A6 International Klein Blue
📋 copy color: '#0429A6'red 4 ◦ green 41 ◦ blue 166
Shades of International Klein Blue #0429A6
Tints of International Klein Blue #0429A6
RGB
CMYK
RGB Variations
Color information
#0429A6 (or 0x0429A6) is known color: International Klein Blue. HEX triplet: 04, 29 and A6. RGB value is (4,41,166). Sum of RGB (Red+Green+Blue) = 4+41+166=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 166 (65.23% from 255 or 78.67% from 211); Max value from RGB is 166 - color contains mainly: blue. Hex color #0429A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0429A6 is #FBD659. Grayscale: #2B2B2B. Windows color (decimal): -16504410 or 10889476. OLE color: 10889476.
HSL color Cylindrical-coordinate representation of color #0429A6: hue angle of 226.3º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429A6 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 41 | 166 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.35 |
| HSL | 226.3º | 0.95% | 0.33% | - |
| HSV(B) | 226.3º | 0.98% | 0.65% | - |
| XYZ | 7.73 | 4.36 | 36.51 | - |
| YUV | 44.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 166 | 0.98 | 0.75 | 0 | 0.35 | 226.3 | 0.95 | 0.33 |
| Hex | 4 | 29 | A6 | 62 | 4B | 0 | 23 | E2 | 5F | 21 |
| Octal | 4 | 51 | 246 | 142 | 113 | 0 | 43 | 342 | 137 | 41 |
| Binary | 100 | 101001 | 10100110 | 1100010 | 1001011 | 0 | 100011 | 11100010 | 1011111 | 100001 |
Color Harmonies of #0429A6
Complementary color
Monochromatic Colors of #0429A6
Black with #0429A6
Text Example
Text Example
White with #0429A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429A6; }
p { color: rgb(4,41,166); }
H1.HeaderClassName
{
color: #0429A6;
}
.AnyTagClassName
{
color: #0429A6;
}
</style>
background-color css
<style>
a { background-color: #0429A6; }
a { background-color: rgb(4,41,166); }
div.DivClassName
{
background-color: #0429A6;
}
.BgClassName
{
background-color: #0429A6;
}
</style>
border-color css
<style>
span { border-color: #0429A6; }
span { border-color: rgb(4,41,166); }
td.TdClassName
{
border-color: #0429A6;
}
.TagClassName
{
border-color: #0429A6;
}
</style>