Shades of Navy #06137C
Tints of Navy #06137C
RGB
CMYK
RGB Variations
Color information
#06137C (or 0x06137C) is known color: Navy. HEX triplet: 06, 13 and 7C. RGB value is (6,19,124). Sum of RGB (Red+Green+Blue) = 6+19+124=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #06137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06137C is #F9EC83. Grayscale: #1A1A1A. Windows color (decimal): -16379012 or 8131334. OLE color: 8131334.
HSL color Cylindrical-coordinate representation of color #06137C: hue angle of 233.39º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06137C is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 19 | 124 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.51 |
| HSL | 233.39º | 0.91% | 0.25% | - |
| HSV(B) | 233.39º | 0.95% | 0.49% | - |
| XYZ | 3.95 | 1.96 | 19.24 | - |
| YUV | 27.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 124 | 0.95 | 0.85 | 0 | 0.51 | 233.39 | 0.91 | 0.25 |
| Hex | 6 | 13 | 7C | 5F | 55 | 0 | 33 | E9 | 5B | 19 |
| Octal | 6 | 23 | 174 | 137 | 125 | 0 | 63 | 351 | 133 | 31 |
| Binary | 110 | 10011 | 1111100 | 1011111 | 1010101 | 0 | 110011 | 11101001 | 1011011 | 11001 |
Color Harmonies of #06137C
Complementary color
Monochromatic Colors of #06137C
Black with #06137C
Text Example
Text Example
White with #06137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06137C; }
p { color: rgb(6,19,124); }
H1.HeaderClassName
{
color: #06137C;
}
.AnyTagClassName
{
color: #06137C;
}
</style>
background-color css
<style>
a { background-color: #06137C; }
a { background-color: rgb(6,19,124); }
div.DivClassName
{
background-color: #06137C;
}
.BgClassName
{
background-color: #06137C;
}
</style>
border-color css
<style>
span { border-color: #06137C; }
span { border-color: rgb(6,19,124); }
td.TdClassName
{
border-color: #06137C;
}
.TagClassName
{
border-color: #06137C;
}
</style>