Shades of Navy #030D74
Tints of Navy #030D74
RGB
CMYK
RGB Variations
Color information
#030D74 (or 0x030D74) is known color: Navy. HEX triplet: 03, 0D and 74. RGB value is (3,13,116). Sum of RGB (Red+Green+Blue) = 3+13+116=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 116 (45.70% from 255 or 87.88% from 132); Max value from RGB is 116 - color contains mainly: blue. Hex color #030D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D74 is #FCF28B. Grayscale: #151515. Windows color (decimal): -16577164 or 7605507. OLE color: 7605507.
HSL color Cylindrical-coordinate representation of color #030D74: hue angle of 234.69º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D74 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 13 | 116 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.55 |
| HSL | 234.69º | 0.95% | 0.23% | - |
| HSV(B) | 234.69º | 0.97% | 0.45% | - |
| XYZ | 3.33 | 1.57 | 16.65 | - |
| YUV | 21.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 116 | 0.97 | 0.89 | 0 | 0.55 | 234.69 | 0.95 | 0.23 |
| Hex | 3 | D | 74 | 61 | 59 | 0 | 37 | EB | 5F | 17 |
| Octal | 3 | 15 | 164 | 141 | 131 | 0 | 67 | 353 | 137 | 27 |
| Binary | 11 | 1101 | 1110100 | 1100001 | 1011001 | 0 | 110111 | 11101011 | 1011111 | 10111 |
Color Harmonies of #030D74
Complementary color
Monochromatic Colors of #030D74
Black with #030D74
Text Example
Text Example
White with #030D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D74; }
p { color: rgb(3,13,116); }
H1.HeaderClassName
{
color: #030D74;
}
.AnyTagClassName
{
color: #030D74;
}
</style>
background-color css
<style>
a { background-color: #030D74; }
a { background-color: rgb(3,13,116); }
div.DivClassName
{
background-color: #030D74;
}
.BgClassName
{
background-color: #030D74;
}
</style>
border-color css
<style>
span { border-color: #030D74; }
span { border-color: rgb(3,13,116); }
td.TdClassName
{
border-color: #030D74;
}
.TagClassName
{
border-color: #030D74;
}
</style>