Html Css Color HEX #062AAB International Klein Blue
📋 copy color: '#062AAB'red 6 ◦ green 42 ◦ blue 171
Shades of International Klein Blue #062AAB
Tints of International Klein Blue #062AAB
RGB
CMYK
RGB Variations
Color information
#062AAB (or 0x062AAB) is known color: International Klein Blue. HEX triplet: 06, 2A and AB. RGB value is (6,42,171). Sum of RGB (Red+Green+Blue) = 6+42+171=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #062AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AAB is #F9D554. Grayscale: #2D2D2D. Windows color (decimal): -16373077 or 11217414. OLE color: 11217414.
HSL color Cylindrical-coordinate representation of color #062AAB: hue angle of 226.91º 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 #062AAB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 42 | 171 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.33 |
| HSL | 226.91º | 0.93% | 0.35% | - |
| HSV(B) | 226.91º | 0.96% | 0.67% | - |
| XYZ | 8.25 | 4.63 | 38.99 | - |
| YUV | 45.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 171 | 0.96 | 0.75 | 0 | 0.33 | 226.91 | 0.93 | 0.35 |
| Hex | 6 | 2A | AB | 60 | 4B | 0 | 21 | E3 | 5D | 23 |
| Octal | 6 | 52 | 253 | 140 | 113 | 0 | 41 | 343 | 135 | 43 |
| Binary | 110 | 101010 | 10101011 | 1100000 | 1001011 | 0 | 100001 | 11100011 | 1011101 | 100011 |
Color Harmonies of #062AAB
Complementary color
Monochromatic Colors of #062AAB
Black with #062AAB
Text Example
Text Example
White with #062AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AAB; }
p { color: rgb(6,42,171); }
H1.HeaderClassName
{
color: #062AAB;
}
.AnyTagClassName
{
color: #062AAB;
}
</style>
background-color css
<style>
a { background-color: #062AAB; }
a { background-color: rgb(6,42,171); }
div.DivClassName
{
background-color: #062AAB;
}
.BgClassName
{
background-color: #062AAB;
}
</style>
border-color css
<style>
span { border-color: #062AAB; }
span { border-color: rgb(6,42,171); }
td.TdClassName
{
border-color: #062AAB;
}
.TagClassName
{
border-color: #062AAB;
}
</style>