Shades of Navy #060F7B
Tints of Navy #060F7B
RGB
CMYK
RGB Variations
Color information
#060F7B (or 0x060F7B) is known color: Navy. HEX triplet: 06, 0F and 7B. RGB value is (6,15,123). Sum of RGB (Red+Green+Blue) = 6+15+123=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #060F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F7B is #F9F084. Grayscale: #181818. Windows color (decimal): -16380037 or 8064774. OLE color: 8064774.
HSL color Cylindrical-coordinate representation of color #060F7B: hue angle of 235.38º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060F7B is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 15 | 123 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.52 |
| HSL | 235.38º | 0.91% | 0.25% | - |
| HSV(B) | 235.38º | 0.95% | 0.48% | - |
| XYZ | 3.82 | 1.81 | 18.89 | - |
| YUV | 24.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 123 | 0.95 | 0.88 | 0 | 0.52 | 235.38 | 0.91 | 0.25 |
| Hex | 6 | F | 7B | 5F | 58 | 0 | 34 | EB | 5B | 19 |
| Octal | 6 | 17 | 173 | 137 | 130 | 0 | 64 | 353 | 133 | 31 |
| Binary | 110 | 1111 | 1111011 | 1011111 | 1011000 | 0 | 110100 | 11101011 | 1011011 | 11001 |
Color Harmonies of #060F7B
Complementary color
Monochromatic Colors of #060F7B
Black with #060F7B
Text Example
Text Example
White with #060F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F7B; }
p { color: rgb(6,15,123); }
H1.HeaderClassName
{
color: #060F7B;
}
.AnyTagClassName
{
color: #060F7B;
}
</style>
background-color css
<style>
a { background-color: #060F7B; }
a { background-color: rgb(6,15,123); }
div.DivClassName
{
background-color: #060F7B;
}
.BgClassName
{
background-color: #060F7B;
}
</style>
border-color css
<style>
span { border-color: #060F7B; }
span { border-color: rgb(6,15,123); }
td.TdClassName
{
border-color: #060F7B;
}
.TagClassName
{
border-color: #060F7B;
}
</style>