Shades of Navy #03017B
Tints of Navy #03017B
RGB
CMYK
RGB Variations
Color information
#03017B (or 0x03017B) is known color: Navy. HEX triplet: 03, 01 and 7B. RGB value is (3,1,123). Sum of RGB (Red+Green+Blue) = 3+1+123=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 123 (48.44% from 255 or 96.85% from 127); Max value from RGB is 123 - color contains mainly: blue. Hex color #03017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03017B is #FCFE84. Grayscale: #0F0F0F. Windows color (decimal): -16580229 or 8061187. OLE color: 8061187.
HSL color Cylindrical-coordinate representation of color #03017B: hue angle of 240.98º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03017B is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 1 | 123 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.52 |
| HSL | 240.98º | 0.98% | 0.24% | - |
| HSV(B) | 240.98º | 0.99% | 0.48% | - |
| XYZ | 3.62 | 1.47 | 18.83 | - |
| YUV | 15.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 123 | 0.98 | 0.99 | 0 | 0.52 | 240.98 | 0.98 | 0.24 |
| Hex | 3 | 1 | 7B | 62 | 63 | 0 | 34 | F1 | 62 | 18 |
| Octal | 3 | 1 | 173 | 142 | 143 | 0 | 64 | 361 | 142 | 30 |
| Binary | 11 | 1 | 1111011 | 1100010 | 1100011 | 0 | 110100 | 11110001 | 1100010 | 11000 |
Color Harmonies of #03017B
Complementary color
Monochromatic Colors of #03017B
Black with #03017B
Text Example
Text Example
White with #03017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03017B; }
p { color: rgb(3,1,123); }
H1.HeaderClassName
{
color: #03017B;
}
.AnyTagClassName
{
color: #03017B;
}
</style>
background-color css
<style>
a { background-color: #03017B; }
a { background-color: rgb(3,1,123); }
div.DivClassName
{
background-color: #03017B;
}
.BgClassName
{
background-color: #03017B;
}
</style>
border-color css
<style>
span { border-color: #03017B; }
span { border-color: rgb(3,1,123); }
td.TdClassName
{
border-color: #03017B;
}
.TagClassName
{
border-color: #03017B;
}
</style>