Shades of Navy #03016D
Tints of Navy #03016D
RGB
CMYK
RGB Variations
Color information
#03016D (or 0x03016D) is known color: Navy. HEX triplet: 03, 01 and 6D. RGB value is (3,1,109). Sum of RGB (Red+Green+Blue) = 3+1+109=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #03016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03016D is #FCFE92. Grayscale: #0D0D0D. Windows color (decimal): -16580243 or 7143683. OLE color: 7143683.
HSL color Cylindrical-coordinate representation of color #03016D: hue angle of 241.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03016D is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 1 | 109 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.57 |
| HSL | 241.11º | 0.98% | 0.22% | - |
| HSV(B) | 241.11º | 0.99% | 0.43% | - |
| XYZ | 2.81 | 1.15 | 14.54 | - |
| YUV | 13.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 109 | 0.97 | 0.99 | 0 | 0.57 | 241.11 | 0.98 | 0.22 |
| Hex | 3 | 1 | 6D | 61 | 63 | 0 | 39 | F1 | 62 | 16 |
| Octal | 3 | 1 | 155 | 141 | 143 | 0 | 71 | 361 | 142 | 26 |
| Binary | 11 | 1 | 1101101 | 1100001 | 1100011 | 0 | 111001 | 11110001 | 1100010 | 10110 |
Color Harmonies of #03016D
Complementary color
Monochromatic Colors of #03016D
Black with #03016D
Text Example
Text Example
White with #03016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03016D; }
p { color: rgb(3,1,109); }
H1.HeaderClassName
{
color: #03016D;
}
.AnyTagClassName
{
color: #03016D;
}
</style>
background-color css
<style>
a { background-color: #03016D; }
a { background-color: rgb(3,1,109); }
div.DivClassName
{
background-color: #03016D;
}
.BgClassName
{
background-color: #03016D;
}
</style>
border-color css
<style>
span { border-color: #03016D; }
span { border-color: rgb(3,1,109); }
td.TdClassName
{
border-color: #03016D;
}
.TagClassName
{
border-color: #03016D;
}
</style>