Html Css Color HEX #062D9E International Klein Blue
📋 copy color: '#062D9E'red 6 ◦ green 45 ◦ blue 158
Shades of International Klein Blue #062D9E
Tints of International Klein Blue #062D9E
RGB
CMYK
RGB Variations
Color information
#062D9E (or 0x062D9E) is known color: International Klein Blue. HEX triplet: 06, 2D and 9E. RGB value is (6,45,158). Sum of RGB (Red+Green+Blue) = 6+45+158=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #062D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D9E is #F9D261. Grayscale: #2D2D2D. Windows color (decimal): -16372322 or 10366214. OLE color: 10366214.
HSL color Cylindrical-coordinate representation of color #062D9E: hue angle of 224.61º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D9E is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 45 | 158 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.38 |
| HSL | 224.61º | 0.93% | 0.32% | - |
| HSV(B) | 224.61º | 0.96% | 0.62% | - |
| XYZ | 7.19 | 4.38 | 32.82 | - |
| YUV | 46.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 158 | 0.96 | 0.72 | 0 | 0.38 | 224.61 | 0.93 | 0.32 |
| Hex | 6 | 2D | 9E | 60 | 48 | 0 | 26 | E1 | 5D | 20 |
| Octal | 6 | 55 | 236 | 140 | 110 | 0 | 46 | 341 | 135 | 40 |
| Binary | 110 | 101101 | 10011110 | 1100000 | 1001000 | 0 | 100110 | 11100001 | 1011101 | 100000 |
Color Harmonies of #062D9E
Complementary color
Monochromatic Colors of #062D9E
Black with #062D9E
Text Example
Text Example
White with #062D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D9E; }
p { color: rgb(6,45,158); }
H1.HeaderClassName
{
color: #062D9E;
}
.AnyTagClassName
{
color: #062D9E;
}
</style>
background-color css
<style>
a { background-color: #062D9E; }
a { background-color: rgb(6,45,158); }
div.DivClassName
{
background-color: #062D9E;
}
.BgClassName
{
background-color: #062D9E;
}
</style>
border-color css
<style>
span { border-color: #062D9E; }
span { border-color: rgb(6,45,158); }
td.TdClassName
{
border-color: #062D9E;
}
.TagClassName
{
border-color: #062D9E;
}
</style>