Shades of Navy #030170
Tints of Navy #030170
RGB
CMYK
RGB Variations
Color information
#030170 (or 0x030170) is known color: Navy. HEX triplet: 03, 01 and 70. RGB value is (3,1,112). Sum of RGB (Red+Green+Blue) = 3+1+112=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 112 (44.14% from 255 or 96.55% from 116); Max value from RGB is 112 - color contains mainly: blue. Hex color #030170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030170 is #FCFE8F. Grayscale: #0D0D0D. Windows color (decimal): -16580240 or 7340291. OLE color: 7340291.
HSL color Cylindrical-coordinate representation of color #030170: hue angle of 241.08º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030170 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 1 | 112 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.56 |
| HSL | 241.08º | 0.98% | 0.22% | - |
| HSV(B) | 241.08º | 0.99% | 0.44% | - |
| XYZ | 2.97 | 1.21 | 15.41 | - |
| YUV | 14.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 112 | 0.97 | 0.99 | 0 | 0.56 | 241.08 | 0.98 | 0.22 |
| Hex | 3 | 1 | 70 | 61 | 63 | 0 | 38 | F1 | 62 | 16 |
| Octal | 3 | 1 | 160 | 141 | 143 | 0 | 70 | 361 | 142 | 26 |
| Binary | 11 | 1 | 1110000 | 1100001 | 1100011 | 0 | 111000 | 11110001 | 1100010 | 10110 |
Color Harmonies of #030170
Complementary color
Monochromatic Colors of #030170
Black with #030170
Text Example
Text Example
White with #030170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030170; }
p { color: rgb(3,1,112); }
H1.HeaderClassName
{
color: #030170;
}
.AnyTagClassName
{
color: #030170;
}
</style>
background-color css
<style>
a { background-color: #030170; }
a { background-color: rgb(3,1,112); }
div.DivClassName
{
background-color: #030170;
}
.BgClassName
{
background-color: #030170;
}
</style>
border-color css
<style>
span { border-color: #030170; }
span { border-color: rgb(3,1,112); }
td.TdClassName
{
border-color: #030170;
}
.TagClassName
{
border-color: #030170;
}
</style>