Shades of Navy #061279
Tints of Navy #061279
RGB
CMYK
RGB Variations
Color information
#061279 (or 0x061279) is known color: Navy. HEX triplet: 06, 12 and 79. RGB value is (6,18,121). Sum of RGB (Red+Green+Blue) = 6+18+121=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #061279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061279 is #F9ED86. Grayscale: #191919. Windows color (decimal): -16379271 or 7934470. OLE color: 7934470.
HSL color Cylindrical-coordinate representation of color #061279: hue angle of 233.74º degrees, saturation: 0.91, 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 #061279 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 18 | 121 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.53 |
| HSL | 233.74º | 0.91% | 0.25% | - |
| HSV(B) | 233.74º | 0.95% | 0.47% | - |
| XYZ | 3.74 | 1.85 | 18.25 | - |
| YUV | 26.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 121 | 0.95 | 0.85 | 0 | 0.53 | 233.74 | 0.91 | 0.25 |
| Hex | 6 | 12 | 79 | 5F | 55 | 0 | 35 | EA | 5B | 19 |
| Octal | 6 | 22 | 171 | 137 | 125 | 0 | 65 | 352 | 133 | 31 |
| Binary | 110 | 10010 | 1111001 | 1011111 | 1010101 | 0 | 110101 | 11101010 | 1011011 | 11001 |
Color Harmonies of #061279
Complementary color
Monochromatic Colors of #061279
Black with #061279
Text Example
Text Example
White with #061279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061279; }
p { color: rgb(6,18,121); }
H1.HeaderClassName
{
color: #061279;
}
.AnyTagClassName
{
color: #061279;
}
</style>
background-color css
<style>
a { background-color: #061279; }
a { background-color: rgb(6,18,121); }
div.DivClassName
{
background-color: #061279;
}
.BgClassName
{
background-color: #061279;
}
</style>
border-color css
<style>
span { border-color: #061279; }
span { border-color: rgb(6,18,121); }
td.TdClassName
{
border-color: #061279;
}
.TagClassName
{
border-color: #061279;
}
</style>