Shades of Navy #030D85
Tints of Navy #030D85
RGB
CMYK
RGB Variations
Color information
#030D85 (or 0x030D85) is known color: Navy. HEX triplet: 03, 0D and 85. RGB value is (3,13,133). Sum of RGB (Red+Green+Blue) = 3+13+133=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 133 (52.34% from 255 or 89.26% from 149); Max value from RGB is 133 - color contains mainly: blue. Hex color #030D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D85 is #FCF27A. Grayscale: #171717. Windows color (decimal): -16577147 or 8719619. OLE color: 8719619.
HSL color Cylindrical-coordinate representation of color #030D85: hue angle of 235.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D85 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 13 | 133 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.48 |
| HSL | 235.38º | 0.96% | 0.27% | - |
| HSV(B) | 235.38º | 0.98% | 0.52% | - |
| XYZ | 4.42 | 2 | 22.34 | - |
| YUV | 23.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 133 | 0.98 | 0.90 | 0 | 0.48 | 235.38 | 0.96 | 0.27 |
| Hex | 3 | D | 85 | 62 | 5A | 0 | 30 | EB | 60 | 1B |
| Octal | 3 | 15 | 205 | 142 | 132 | 0 | 60 | 353 | 140 | 33 |
| Binary | 11 | 1101 | 10000101 | 1100010 | 1011010 | 0 | 110000 | 11101011 | 1100000 | 11011 |
Color Harmonies of #030D85
Complementary color
Monochromatic Colors of #030D85
Black with #030D85
Text Example
Text Example
White with #030D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D85; }
p { color: rgb(3,13,133); }
H1.HeaderClassName
{
color: #030D85;
}
.AnyTagClassName
{
color: #030D85;
}
</style>
background-color css
<style>
a { background-color: #030D85; }
a { background-color: rgb(3,13,133); }
div.DivClassName
{
background-color: #030D85;
}
.BgClassName
{
background-color: #030D85;
}
</style>
border-color css
<style>
span { border-color: #030D85; }
span { border-color: rgb(3,13,133); }
td.TdClassName
{
border-color: #030D85;
}
.TagClassName
{
border-color: #030D85;
}
</style>