Html Css Color HEX #042AAA International Klein Blue
📋 copy color: '#042AAA'red 4 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #042AAA
Tints of International Klein Blue #042AAA
RGB
CMYK
RGB Variations
Color information
#042AAA (or 0x042AAA) is known color: International Klein Blue. HEX triplet: 04, 2A and AA. RGB value is (4,42,170). Sum of RGB (Red+Green+Blue) = 4+42+170=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #042AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042AAA is #FBD555. Grayscale: #2C2C2C. Windows color (decimal): -16504150 or 11151876. OLE color: 11151876.
HSL color Cylindrical-coordinate representation of color #042AAA: hue angle of 226.27º 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 #042AAA is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 42 | 170 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.33 |
| HSL | 226.27º | 0.95% | 0.34% | - |
| HSV(B) | 226.27º | 0.98% | 0.67% | - |
| XYZ | 8.13 | 4.58 | 38.49 | - |
| YUV | 45.23 | 198.41 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 170 | 0.98 | 0.75 | 0 | 0.33 | 226.27 | 0.95 | 0.34 |
| Hex | 4 | 2A | AA | 62 | 4B | 0 | 21 | E2 | 5F | 22 |
| Octal | 4 | 52 | 252 | 142 | 113 | 0 | 41 | 342 | 137 | 42 |
| Binary | 100 | 101010 | 10101010 | 1100010 | 1001011 | 0 | 100001 | 11100010 | 1011111 | 100010 |
Color Harmonies of #042AAA
Complementary color
Monochromatic Colors of #042AAA
Black with #042AAA
Text Example
Text Example
White with #042AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042AAA; }
p { color: rgb(4,42,170); }
H1.HeaderClassName
{
color: #042AAA;
}
.AnyTagClassName
{
color: #042AAA;
}
</style>
background-color css
<style>
a { background-color: #042AAA; }
a { background-color: rgb(4,42,170); }
div.DivClassName
{
background-color: #042AAA;
}
.BgClassName
{
background-color: #042AAA;
}
</style>
border-color css
<style>
span { border-color: #042AAA; }
span { border-color: rgb(4,42,170); }
td.TdClassName
{
border-color: #042AAA;
}
.TagClassName
{
border-color: #042AAA;
}
</style>