Shades of Navy #060B7E
Tints of Navy #060B7E
RGB
CMYK
RGB Variations
Color information
#060B7E (or 0x060B7E) is known color: Navy. HEX triplet: 06, 0B and 7E. RGB value is (6,11,126). Sum of RGB (Red+Green+Blue) = 6+11+126=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #060B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7E is #F9F481. Grayscale: #161616. Windows color (decimal): -16381058 or 8260358. OLE color: 8260358.
HSL color Cylindrical-coordinate representation of color #060B7E: hue angle of 237.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060B7E is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 11 | 126 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.51 |
| HSL | 237.5º | 0.91% | 0.26% | - |
| HSV(B) | 237.5º | 0.95% | 0.49% | - |
| XYZ | 3.96 | 1.78 | 19.87 | - |
| YUV | 22.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 126 | 0.95 | 0.91 | 0 | 0.51 | 237.5 | 0.91 | 0.26 |
| Hex | 6 | B | 7E | 5F | 5B | 0 | 33 | EE | 5B | 1A |
| Octal | 6 | 13 | 176 | 137 | 133 | 0 | 63 | 356 | 133 | 32 |
| Binary | 110 | 1011 | 1111110 | 1011111 | 1011011 | 0 | 110011 | 11101110 | 1011011 | 11010 |
Color Harmonies of #060B7E
Complementary color
Monochromatic Colors of #060B7E
Black with #060B7E
Text Example
Text Example
White with #060B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B7E; }
p { color: rgb(6,11,126); }
H1.HeaderClassName
{
color: #060B7E;
}
.AnyTagClassName
{
color: #060B7E;
}
</style>
background-color css
<style>
a { background-color: #060B7E; }
a { background-color: rgb(6,11,126); }
div.DivClassName
{
background-color: #060B7E;
}
.BgClassName
{
background-color: #060B7E;
}
</style>
border-color css
<style>
span { border-color: #060B7E; }
span { border-color: rgb(6,11,126); }
td.TdClassName
{
border-color: #060B7E;
}
.TagClassName
{
border-color: #060B7E;
}
</style>