Shades of Navy #060B7F
Tints of Navy #060B7F
RGB
CMYK
RGB Variations
Color information
#060B7F (or 0x060B7F) is known color: Navy. HEX triplet: 06, 0B and 7F. RGB value is (6,11,127). Sum of RGB (Red+Green+Blue) = 6+11+127=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #060B7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7F is #F9F480. Grayscale: #161616. Windows color (decimal): -16381057 or 8325894. OLE color: 8325894.
HSL color Cylindrical-coordinate representation of color #060B7F: hue angle of 237.52º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060B7F is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 11 | 127 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.50 |
| HSL | 237.52º | 0.91% | 0.26% | - |
| HSV(B) | 237.52º | 0.95% | 0.5% | - |
| XYZ | 4.03 | 1.81 | 20.22 | - |
| YUV | 22.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 127 | 0.95 | 0.91 | 0 | 0.50 | 237.52 | 0.91 | 0.26 |
| Hex | 6 | B | 7F | 5F | 5B | 0 | 32 | EE | 5B | 1A |
| Octal | 6 | 13 | 177 | 137 | 133 | 0 | 62 | 356 | 133 | 32 |
| Binary | 110 | 1011 | 1111111 | 1011111 | 1011011 | 0 | 110010 | 11101110 | 1011011 | 11010 |
Color Harmonies of #060B7F
Complementary color
Monochromatic Colors of #060B7F
Black with #060B7F
Text Example
Text Example
White with #060B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B7F; }
p { color: rgb(6,11,127); }
H1.HeaderClassName
{
color: #060B7F;
}
.AnyTagClassName
{
color: #060B7F;
}
</style>
background-color css
<style>
a { background-color: #060B7F; }
a { background-color: rgb(6,11,127); }
div.DivClassName
{
background-color: #060B7F;
}
.BgClassName
{
background-color: #060B7F;
}
</style>
border-color css
<style>
span { border-color: #060B7F; }
span { border-color: rgb(6,11,127); }
td.TdClassName
{
border-color: #060B7F;
}
.TagClassName
{
border-color: #060B7F;
}
</style>