Shades of Navy #03016C
Tints of Navy #03016C
RGB
CMYK
RGB Variations
Color information
#03016C (or 0x03016C) is known color: Navy. HEX triplet: 03, 01 and 6C. RGB value is (3,1,108). Sum of RGB (Red+Green+Blue) = 3+1+108=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 108 (42.58% from 255 or 96.43% from 112); Max value from RGB is 108 - color contains mainly: blue. Hex color #03016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03016C is #FCFE93. Grayscale: #0D0D0D. Windows color (decimal): -16580244 or 7078147. OLE color: 7078147.
HSL color Cylindrical-coordinate representation of color #03016C: hue angle of 241.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03016C is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 1 | 108 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.58 |
| HSL | 241.12º | 0.98% | 0.21% | - |
| HSV(B) | 241.12º | 0.99% | 0.42% | - |
| XYZ | 2.76 | 1.12 | 14.26 | - |
| YUV | 13.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 108 | 0.97 | 0.99 | 0 | 0.58 | 241.12 | 0.98 | 0.21 |
| Hex | 3 | 1 | 6C | 61 | 63 | 0 | 3A | F1 | 62 | 15 |
| Octal | 3 | 1 | 154 | 141 | 143 | 0 | 72 | 361 | 142 | 25 |
| Binary | 11 | 1 | 1101100 | 1100001 | 1100011 | 0 | 111010 | 11110001 | 1100010 | 10101 |
Color Harmonies of #03016C
Complementary color
Monochromatic Colors of #03016C
Black with #03016C
Text Example
Text Example
White with #03016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03016C; }
p { color: rgb(3,1,108); }
H1.HeaderClassName
{
color: #03016C;
}
.AnyTagClassName
{
color: #03016C;
}
</style>
background-color css
<style>
a { background-color: #03016C; }
a { background-color: rgb(3,1,108); }
div.DivClassName
{
background-color: #03016C;
}
.BgClassName
{
background-color: #03016C;
}
</style>
border-color css
<style>
span { border-color: #03016C; }
span { border-color: rgb(3,1,108); }
td.TdClassName
{
border-color: #03016C;
}
.TagClassName
{
border-color: #03016C;
}
</style>