Html Css Color HEX #062BB0 International Klein Blue
📋 copy color: '#062BB0'red 6 ◦ green 43 ◦ blue 176
Shades of International Klein Blue #062BB0
Tints of International Klein Blue #062BB0
RGB
CMYK
RGB Variations
Color information
#062BB0 (or 0x062BB0) is known color: International Klein Blue. HEX triplet: 06, 2B and B0. RGB value is (6,43,176). Sum of RGB (Red+Green+Blue) = 6+43+176=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #062BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BB0 is #F9D44F. Grayscale: #2E2E2E. Windows color (decimal): -16372816 or 11545350. OLE color: 11545350.
HSL color Cylindrical-coordinate representation of color #062BB0: hue angle of 226.94º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BB0 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 43 | 176 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.31 |
| HSL | 226.94º | 0.93% | 0.36% | - |
| HSV(B) | 226.94º | 0.97% | 0.69% | - |
| XYZ | 8.78 | 4.9 | 41.56 | - |
| YUV | 47.1 | 200.74 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 176 | 0.97 | 0.76 | 0 | 0.31 | 226.94 | 0.93 | 0.36 |
| Hex | 6 | 2B | B0 | 61 | 4C | 0 | 1F | E3 | 5D | 24 |
| Octal | 6 | 53 | 260 | 141 | 114 | 0 | 37 | 343 | 135 | 44 |
| Binary | 110 | 101011 | 10110000 | 1100001 | 1001100 | 0 | 11111 | 11100011 | 1011101 | 100100 |
Color Harmonies of #062BB0
Complementary color
Monochromatic Colors of #062BB0
Black with #062BB0
Text Example
Text Example
White with #062BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BB0; }
p { color: rgb(6,43,176); }
H1.HeaderClassName
{
color: #062BB0;
}
.AnyTagClassName
{
color: #062BB0;
}
</style>
background-color css
<style>
a { background-color: #062BB0; }
a { background-color: rgb(6,43,176); }
div.DivClassName
{
background-color: #062BB0;
}
.BgClassName
{
background-color: #062BB0;
}
</style>
border-color css
<style>
span { border-color: #062BB0; }
span { border-color: rgb(6,43,176); }
td.TdClassName
{
border-color: #062BB0;
}
.TagClassName
{
border-color: #062BB0;
}
</style>