Shades of Navy #06137F
Tints of Navy #06137F
RGB
CMYK
RGB Variations
Color information
#06137F (or 0x06137F) is known color: Navy. HEX triplet: 06, 13 and 7F. RGB value is (6,19,127). Sum of RGB (Red+Green+Blue) = 6+19+127=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #06137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06137F is #F9EC80. Grayscale: #1A1A1A. Windows color (decimal): -16379009 or 8327942. OLE color: 8327942.
HSL color Cylindrical-coordinate representation of color #06137F: hue angle of 233.55º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06137F is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 19 | 127 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.50 |
| HSL | 233.55º | 0.91% | 0.26% | - |
| HSV(B) | 233.55º | 0.95% | 0.5% | - |
| XYZ | 4.14 | 2.04 | 20.25 | - |
| YUV | 27.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 127 | 0.95 | 0.85 | 0 | 0.50 | 233.55 | 0.91 | 0.26 |
| Hex | 6 | 13 | 7F | 5F | 55 | 0 | 32 | EA | 5B | 1A |
| Octal | 6 | 23 | 177 | 137 | 125 | 0 | 62 | 352 | 133 | 32 |
| Binary | 110 | 10011 | 1111111 | 1011111 | 1010101 | 0 | 110010 | 11101010 | 1011011 | 11010 |
Color Harmonies of #06137F
Complementary color
Monochromatic Colors of #06137F
Black with #06137F
Text Example
Text Example
White with #06137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06137F; }
p { color: rgb(6,19,127); }
H1.HeaderClassName
{
color: #06137F;
}
.AnyTagClassName
{
color: #06137F;
}
</style>
background-color css
<style>
a { background-color: #06137F; }
a { background-color: rgb(6,19,127); }
div.DivClassName
{
background-color: #06137F;
}
.BgClassName
{
background-color: #06137F;
}
</style>
border-color css
<style>
span { border-color: #06137F; }
span { border-color: rgb(6,19,127); }
td.TdClassName
{
border-color: #06137F;
}
.TagClassName
{
border-color: #06137F;
}
</style>