Shades of Navy #060B7A
Tints of Navy #060B7A
RGB
CMYK
RGB Variations
Color information
#060B7A (or 0x060B7A) is known color: Navy. HEX triplet: 06, 0B and 7A. RGB value is (6,11,122). Sum of RGB (Red+Green+Blue) = 6+11+122=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #060B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7A is #F9F485. Grayscale: #151515. Windows color (decimal): -16381062 or 7998214. OLE color: 7998214.
HSL color Cylindrical-coordinate representation of color #060B7A: hue angle of 237.41º 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 #060B7A is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 11 | 122 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.52 |
| HSL | 237.41º | 0.91% | 0.25% | - |
| HSV(B) | 237.41º | 0.95% | 0.48% | - |
| XYZ | 3.71 | 1.68 | 18.54 | - |
| YUV | 22.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 122 | 0.95 | 0.91 | 0 | 0.52 | 237.41 | 0.91 | 0.25 |
| Hex | 6 | B | 7A | 5F | 5B | 0 | 34 | ED | 5B | 19 |
| Octal | 6 | 13 | 172 | 137 | 133 | 0 | 64 | 355 | 133 | 31 |
| Binary | 110 | 1011 | 1111010 | 1011111 | 1011011 | 0 | 110100 | 11101101 | 1011011 | 11001 |
Color Harmonies of #060B7A
Complementary color
Monochromatic Colors of #060B7A
Black with #060B7A
Text Example
Text Example
White with #060B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B7A; }
p { color: rgb(6,11,122); }
H1.HeaderClassName
{
color: #060B7A;
}
.AnyTagClassName
{
color: #060B7A;
}
</style>
background-color css
<style>
a { background-color: #060B7A; }
a { background-color: rgb(6,11,122); }
div.DivClassName
{
background-color: #060B7A;
}
.BgClassName
{
background-color: #060B7A;
}
</style>
border-color css
<style>
span { border-color: #060B7A; }
span { border-color: rgb(6,11,122); }
td.TdClassName
{
border-color: #060B7A;
}
.TagClassName
{
border-color: #060B7A;
}
</style>