Html Css Color HEX #062AAC International Klein Blue
📋 copy color: '#062AAC'red 6 ◦ green 42 ◦ blue 172
Shades of International Klein Blue #062AAC
Tints of International Klein Blue #062AAC
RGB
CMYK
RGB Variations
Color information
#062AAC (or 0x062AAC) is known color: International Klein Blue. HEX triplet: 06, 2A and AC. RGB value is (6,42,172). Sum of RGB (Red+Green+Blue) = 6+42+172=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #062AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AAC is #F9D553. Grayscale: #2D2D2D. Windows color (decimal): -16373076 or 11282950. OLE color: 11282950.
HSL color Cylindrical-coordinate representation of color #062AAC: hue angle of 226.99º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062AAC is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 42 | 172 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.33 |
| HSL | 226.99º | 0.93% | 0.35% | - |
| HSV(B) | 226.99º | 0.97% | 0.67% | - |
| XYZ | 8.35 | 4.67 | 39.49 | - |
| YUV | 46.06 | 199.07 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 172 | 0.97 | 0.76 | 0 | 0.33 | 226.99 | 0.93 | 0.35 |
| Hex | 6 | 2A | AC | 61 | 4C | 0 | 21 | E3 | 5D | 23 |
| Octal | 6 | 52 | 254 | 141 | 114 | 0 | 41 | 343 | 135 | 43 |
| Binary | 110 | 101010 | 10101100 | 1100001 | 1001100 | 0 | 100001 | 11100011 | 1011101 | 100011 |
Color Harmonies of #062AAC
Complementary color
Monochromatic Colors of #062AAC
Black with #062AAC
Text Example
Text Example
White with #062AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AAC; }
p { color: rgb(6,42,172); }
H1.HeaderClassName
{
color: #062AAC;
}
.AnyTagClassName
{
color: #062AAC;
}
</style>
background-color css
<style>
a { background-color: #062AAC; }
a { background-color: rgb(6,42,172); }
div.DivClassName
{
background-color: #062AAC;
}
.BgClassName
{
background-color: #062AAC;
}
</style>
border-color css
<style>
span { border-color: #062AAC; }
span { border-color: rgb(6,42,172); }
td.TdClassName
{
border-color: #062AAC;
}
.TagClassName
{
border-color: #062AAC;
}
</style>