Shades of Navy #060C7B
Tints of Navy #060C7B
RGB
CMYK
RGB Variations
Color information
#060C7B (or 0x060C7B) is known color: Navy. HEX triplet: 06, 0C and 7B. RGB value is (6,12,123). Sum of RGB (Red+Green+Blue) = 6+12+123=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #060C7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C7B is #F9F384. Grayscale: #161616. Windows color (decimal): -16380805 or 8064006. OLE color: 8064006.
HSL color Cylindrical-coordinate representation of color #060C7B: hue angle of 236.92º 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 #060C7B is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 12 | 123 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.52 |
| HSL | 236.92º | 0.91% | 0.25% | - |
| HSV(B) | 236.92º | 0.95% | 0.48% | - |
| XYZ | 3.78 | 1.73 | 18.87 | - |
| YUV | 22.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 123 | 0.95 | 0.90 | 0 | 0.52 | 236.92 | 0.91 | 0.25 |
| Hex | 6 | C | 7B | 5F | 5A | 0 | 34 | ED | 5B | 19 |
| Octal | 6 | 14 | 173 | 137 | 132 | 0 | 64 | 355 | 133 | 31 |
| Binary | 110 | 1100 | 1111011 | 1011111 | 1011010 | 0 | 110100 | 11101101 | 1011011 | 11001 |
Color Harmonies of #060C7B
Complementary color
Monochromatic Colors of #060C7B
Black with #060C7B
Text Example
Text Example
White with #060C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C7B; }
p { color: rgb(6,12,123); }
H1.HeaderClassName
{
color: #060C7B;
}
.AnyTagClassName
{
color: #060C7B;
}
</style>
background-color css
<style>
a { background-color: #060C7B; }
a { background-color: rgb(6,12,123); }
div.DivClassName
{
background-color: #060C7B;
}
.BgClassName
{
background-color: #060C7B;
}
</style>
border-color css
<style>
span { border-color: #060C7B; }
span { border-color: rgb(6,12,123); }
td.TdClassName
{
border-color: #060C7B;
}
.TagClassName
{
border-color: #060C7B;
}
</style>