Shades of Navy #03167A
Tints of Navy #03167A
RGB
CMYK
RGB Variations
Color information
#03167A (or 0x03167A) is known color: Navy. HEX triplet: 03, 16 and 7A. RGB value is (3,22,122). Sum of RGB (Red+Green+Blue) = 3+22+122=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #03167A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03167A is #FCE985. Grayscale: #1B1B1B. Windows color (decimal): -16574854 or 8001027. OLE color: 8001027.
HSL color Cylindrical-coordinate representation of color #03167A: hue angle of 230.42º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03167A is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 22 | 122 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.52 |
| HSL | 230.42º | 0.95% | 0.25% | - |
| HSV(B) | 230.42º | 0.98% | 0.48% | - |
| XYZ | 3.84 | 2 | 18.6 | - |
| YUV | 27.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 122 | 0.98 | 0.82 | 0 | 0.52 | 230.42 | 0.95 | 0.25 |
| Hex | 3 | 16 | 7A | 62 | 52 | 0 | 34 | E6 | 5F | 19 |
| Octal | 3 | 26 | 172 | 142 | 122 | 0 | 64 | 346 | 137 | 31 |
| Binary | 11 | 10110 | 1111010 | 1100010 | 1010010 | 0 | 110100 | 11100110 | 1011111 | 11001 |
Color Harmonies of #03167A
Complementary color
Monochromatic Colors of #03167A
Black with #03167A
Text Example
Text Example
White with #03167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03167A; }
p { color: rgb(3,22,122); }
H1.HeaderClassName
{
color: #03167A;
}
.AnyTagClassName
{
color: #03167A;
}
</style>
background-color css
<style>
a { background-color: #03167A; }
a { background-color: rgb(3,22,122); }
div.DivClassName
{
background-color: #03167A;
}
.BgClassName
{
background-color: #03167A;
}
</style>
border-color css
<style>
span { border-color: #03167A; }
span { border-color: rgb(3,22,122); }
td.TdClassName
{
border-color: #03167A;
}
.TagClassName
{
border-color: #03167A;
}
</style>