Html Css Color HEX #062AAA International Klein Blue
📋 copy color: '#062AAA'red 6 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #062AAA
Tints of International Klein Blue #062AAA
RGB
CMYK
RGB Variations
Color information
#062AAA (or 0x062AAA) is known color: International Klein Blue. HEX triplet: 06, 2A and AA. RGB value is (6,42,170). Sum of RGB (Red+Green+Blue) = 6+42+170=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #062AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AAA is #F9D555. Grayscale: #2D2D2D. Windows color (decimal): -16373078 or 11151878. OLE color: 11151878.
HSL color Cylindrical-coordinate representation of color #062AAA: hue angle of 226.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062AAA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 42 | 170 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.33 |
| HSL | 226.83º | 0.93% | 0.35% | - |
| HSV(B) | 226.83º | 0.96% | 0.67% | - |
| XYZ | 8.16 | 4.6 | 38.49 | - |
| YUV | 45.83 | 198.07 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 170 | 0.96 | 0.75 | 0 | 0.33 | 226.83 | 0.93 | 0.35 |
| Hex | 6 | 2A | AA | 60 | 4B | 0 | 21 | E3 | 5D | 23 |
| Octal | 6 | 52 | 252 | 140 | 113 | 0 | 41 | 343 | 135 | 43 |
| Binary | 110 | 101010 | 10101010 | 1100000 | 1001011 | 0 | 100001 | 11100011 | 1011101 | 100011 |
Color Harmonies of #062AAA
Complementary color
Monochromatic Colors of #062AAA
Black with #062AAA
Text Example
Text Example
White with #062AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AAA; }
p { color: rgb(6,42,170); }
H1.HeaderClassName
{
color: #062AAA;
}
.AnyTagClassName
{
color: #062AAA;
}
</style>
background-color css
<style>
a { background-color: #062AAA; }
a { background-color: rgb(6,42,170); }
div.DivClassName
{
background-color: #062AAA;
}
.BgClassName
{
background-color: #062AAA;
}
</style>
border-color css
<style>
span { border-color: #062AAA; }
span { border-color: rgb(6,42,170); }
td.TdClassName
{
border-color: #062AAA;
}
.TagClassName
{
border-color: #062AAA;
}
</style>