Shades of Navy #060B6D
Tints of Navy #060B6D
RGB
CMYK
RGB Variations
Color information
#060B6D (or 0x060B6D) is known color: Navy. HEX triplet: 06, 0B and 6D. RGB value is (6,11,109). Sum of RGB (Red+Green+Blue) = 6+11+109=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #060B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B6D is #F9F492. Grayscale: #141414. Windows color (decimal): -16381075 or 7146246. OLE color: 7146246.
HSL color Cylindrical-coordinate representation of color #060B6D: hue angle of 237.09º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060B6D is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 11 | 109 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.57 |
| HSL | 237.09º | 0.9% | 0.23% | - |
| HSV(B) | 237.09º | 0.94% | 0.43% | - |
| XYZ | 2.96 | 1.38 | 14.58 | - |
| YUV | 20.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 109 | 0.94 | 0.90 | 0 | 0.57 | 237.09 | 0.9 | 0.23 |
| Hex | 6 | B | 6D | 5E | 5A | 0 | 39 | ED | 5A | 17 |
| Octal | 6 | 13 | 155 | 136 | 132 | 0 | 71 | 355 | 132 | 27 |
| Binary | 110 | 1011 | 1101101 | 1011110 | 1011010 | 0 | 111001 | 11101101 | 1011010 | 10111 |
Color Harmonies of #060B6D
Complementary color
Monochromatic Colors of #060B6D
Black with #060B6D
Text Example
Text Example
White with #060B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B6D; }
p { color: rgb(6,11,109); }
H1.HeaderClassName
{
color: #060B6D;
}
.AnyTagClassName
{
color: #060B6D;
}
</style>
background-color css
<style>
a { background-color: #060B6D; }
a { background-color: rgb(6,11,109); }
div.DivClassName
{
background-color: #060B6D;
}
.BgClassName
{
background-color: #060B6D;
}
</style>
border-color css
<style>
span { border-color: #060B6D; }
span { border-color: rgb(6,11,109); }
td.TdClassName
{
border-color: #060B6D;
}
.TagClassName
{
border-color: #060B6D;
}
</style>