Shades of Navy #05037D
Tints of Navy #05037D
RGB
CMYK
RGB Variations
Color information
#05037D (or 0x05037D) is known color: Navy. HEX triplet: 05, 03 and 7D. RGB value is (5,3,125). Sum of RGB (Red+Green+Blue) = 5+3+125=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 125 (49.22% from 255 or 93.98% from 133); Max value from RGB is 125 - color contains mainly: blue. Hex color #05037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05037D is #FAFC82. Grayscale: #111111. Windows color (decimal): -16448643 or 8192773. OLE color: 8192773.
HSL color Cylindrical-coordinate representation of color #05037D: hue angle of 240.98º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05037D is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 3 | 125 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.51 |
| HSL | 240.98º | 0.95% | 0.25% | - |
| HSV(B) | 240.98º | 0.98% | 0.49% | - |
| XYZ | 3.8 | 1.58 | 19.51 | - |
| YUV | 17.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 125 | 0.96 | 0.98 | 0 | 0.51 | 240.98 | 0.95 | 0.25 |
| Hex | 5 | 3 | 7D | 60 | 62 | 0 | 33 | F1 | 5F | 19 |
| Octal | 5 | 3 | 175 | 140 | 142 | 0 | 63 | 361 | 137 | 31 |
| Binary | 101 | 11 | 1111101 | 1100000 | 1100010 | 0 | 110011 | 11110001 | 1011111 | 11001 |
Color Harmonies of #05037D
Complementary color
Monochromatic Colors of #05037D
Black with #05037D
Text Example
Text Example
White with #05037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05037D; }
p { color: rgb(5,3,125); }
H1.HeaderClassName
{
color: #05037D;
}
.AnyTagClassName
{
color: #05037D;
}
</style>
background-color css
<style>
a { background-color: #05037D; }
a { background-color: rgb(5,3,125); }
div.DivClassName
{
background-color: #05037D;
}
.BgClassName
{
background-color: #05037D;
}
</style>
border-color css
<style>
span { border-color: #05037D; }
span { border-color: rgb(5,3,125); }
td.TdClassName
{
border-color: #05037D;
}
.TagClassName
{
border-color: #05037D;
}
</style>