Shades of Navy #061277
Tints of Navy #061277
RGB
CMYK
RGB Variations
Color information
#061277 (or 0x061277) is known color: Navy. HEX triplet: 06, 12 and 77. RGB value is (6,18,119). Sum of RGB (Red+Green+Blue) = 6+18+119=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #061277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061277 is #F9ED88. Grayscale: #191919. Windows color (decimal): -16379273 or 7803398. OLE color: 7803398.
HSL color Cylindrical-coordinate representation of color #061277: hue angle of 233.63º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061277 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 18 | 119 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.53 |
| HSL | 233.63º | 0.9% | 0.25% | - |
| HSV(B) | 233.63º | 0.95% | 0.47% | - |
| XYZ | 3.62 | 1.8 | 17.61 | - |
| YUV | 25.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 119 | 0.95 | 0.85 | 0 | 0.53 | 233.63 | 0.9 | 0.25 |
| Hex | 6 | 12 | 77 | 5F | 55 | 0 | 35 | EA | 5A | 19 |
| Octal | 6 | 22 | 167 | 137 | 125 | 0 | 65 | 352 | 132 | 31 |
| Binary | 110 | 10010 | 1110111 | 1011111 | 1010101 | 0 | 110101 | 11101010 | 1011010 | 11001 |
Color Harmonies of #061277
Complementary color
Monochromatic Colors of #061277
Black with #061277
Text Example
Text Example
White with #061277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061277; }
p { color: rgb(6,18,119); }
H1.HeaderClassName
{
color: #061277;
}
.AnyTagClassName
{
color: #061277;
}
</style>
background-color css
<style>
a { background-color: #061277; }
a { background-color: rgb(6,18,119); }
div.DivClassName
{
background-color: #061277;
}
.BgClassName
{
background-color: #061277;
}
</style>
border-color css
<style>
span { border-color: #061277; }
span { border-color: rgb(6,18,119); }
td.TdClassName
{
border-color: #061277;
}
.TagClassName
{
border-color: #061277;
}
</style>