Html Css Color HEX #042A9F International Klein Blue
📋 copy color: '#042A9F'red 4 ◦ green 42 ◦ blue 159
Shades of International Klein Blue #042A9F
Tints of International Klein Blue #042A9F
RGB
CMYK
RGB Variations
Color information
#042A9F (or 0x042A9F) is known color: International Klein Blue. HEX triplet: 04, 2A and 9F. RGB value is (4,42,159). Sum of RGB (Red+Green+Blue) = 4+42+159=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #042A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A9F is #FBD560. Grayscale: #2B2B2B. Windows color (decimal): -16504161 or 10430980. OLE color: 10430980.
HSL color Cylindrical-coordinate representation of color #042A9F: hue angle of 225.29º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042A9F is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 42 | 159 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.38 |
| HSL | 225.29º | 0.95% | 0.32% | - |
| HSV(B) | 225.29º | 0.97% | 0.62% | - |
| XYZ | 7.14 | 4.18 | 33.23 | - |
| YUV | 43.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 159 | 0.97 | 0.74 | 0 | 0.38 | 225.29 | 0.95 | 0.32 |
| Hex | 4 | 2A | 9F | 61 | 4A | 0 | 26 | E1 | 5F | 20 |
| Octal | 4 | 52 | 237 | 141 | 112 | 0 | 46 | 341 | 137 | 40 |
| Binary | 100 | 101010 | 10011111 | 1100001 | 1001010 | 0 | 100110 | 11100001 | 1011111 | 100000 |
Color Harmonies of #042A9F
Complementary color
Monochromatic Colors of #042A9F
Black with #042A9F
Text Example
Text Example
White with #042A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A9F; }
p { color: rgb(4,42,159); }
H1.HeaderClassName
{
color: #042A9F;
}
.AnyTagClassName
{
color: #042A9F;
}
</style>
background-color css
<style>
a { background-color: #042A9F; }
a { background-color: rgb(4,42,159); }
div.DivClassName
{
background-color: #042A9F;
}
.BgClassName
{
background-color: #042A9F;
}
</style>
border-color css
<style>
span { border-color: #042A9F; }
span { border-color: rgb(4,42,159); }
td.TdClassName
{
border-color: #042A9F;
}
.TagClassName
{
border-color: #042A9F;
}
</style>