Shades of Navy #03016B
Tints of Navy #03016B
RGB
CMYK
RGB Variations
Color information
#03016B (or 0x03016B) is known color: Navy. HEX triplet: 03, 01 and 6B. RGB value is (3,1,107). Sum of RGB (Red+Green+Blue) = 3+1+107=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 107 (42.19% from 255 or 96.40% from 111); Max value from RGB is 107 - color contains mainly: blue. Hex color #03016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03016B is #FCFE94. Grayscale: #0D0D0D. Windows color (decimal): -16580245 or 7012611. OLE color: 7012611.
HSL color Cylindrical-coordinate representation of color #03016B: hue angle of 241.13º 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 #03016B is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 1 | 107 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.58 |
| HSL | 241.13º | 0.98% | 0.21% | - |
| HSV(B) | 241.13º | 0.99% | 0.42% | - |
| XYZ | 2.7 | 1.1 | 13.98 | - |
| YUV | 13.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 107 | 0.97 | 0.99 | 0 | 0.58 | 241.13 | 0.98 | 0.21 |
| Hex | 3 | 1 | 6B | 61 | 63 | 0 | 3A | F1 | 62 | 15 |
| Octal | 3 | 1 | 153 | 141 | 143 | 0 | 72 | 361 | 142 | 25 |
| Binary | 11 | 1 | 1101011 | 1100001 | 1100011 | 0 | 111010 | 11110001 | 1100010 | 10101 |
Color Harmonies of #03016B
Complementary color
Monochromatic Colors of #03016B
Black with #03016B
Text Example
Text Example
White with #03016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03016B; }
p { color: rgb(3,1,107); }
H1.HeaderClassName
{
color: #03016B;
}
.AnyTagClassName
{
color: #03016B;
}
</style>
background-color css
<style>
a { background-color: #03016B; }
a { background-color: rgb(3,1,107); }
div.DivClassName
{
background-color: #03016B;
}
.BgClassName
{
background-color: #03016B;
}
</style>
border-color css
<style>
span { border-color: #03016B; }
span { border-color: rgb(3,1,107); }
td.TdClassName
{
border-color: #03016B;
}
.TagClassName
{
border-color: #03016B;
}
</style>