Shades of Navy #03147A
Tints of Navy #03147A
RGB
CMYK
RGB Variations
Color information
#03147A (or 0x03147A) is known color: Navy. HEX triplet: 03, 14 and 7A. RGB value is (3,20,122). Sum of RGB (Red+Green+Blue) = 3+20+122=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #03147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03147A is #FCEB85. Grayscale: #1A1A1A. Windows color (decimal): -16575366 or 8000515. OLE color: 8000515.
HSL color Cylindrical-coordinate representation of color #03147A: hue angle of 231.43º 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 #03147A is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 20 | 122 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.52 |
| HSL | 231.43º | 0.95% | 0.25% | - |
| HSV(B) | 231.43º | 0.98% | 0.48% | - |
| XYZ | 3.8 | 1.92 | 18.58 | - |
| YUV | 26.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 122 | 0.98 | 0.84 | 0 | 0.52 | 231.43 | 0.95 | 0.25 |
| Hex | 3 | 14 | 7A | 62 | 54 | 0 | 34 | E7 | 5F | 19 |
| Octal | 3 | 24 | 172 | 142 | 124 | 0 | 64 | 347 | 137 | 31 |
| Binary | 11 | 10100 | 1111010 | 1100010 | 1010100 | 0 | 110100 | 11100111 | 1011111 | 11001 |
Color Harmonies of #03147A
Complementary color
Monochromatic Colors of #03147A
Black with #03147A
Text Example
Text Example
White with #03147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03147A; }
p { color: rgb(3,20,122); }
H1.HeaderClassName
{
color: #03147A;
}
.AnyTagClassName
{
color: #03147A;
}
</style>
background-color css
<style>
a { background-color: #03147A; }
a { background-color: rgb(3,20,122); }
div.DivClassName
{
background-color: #03147A;
}
.BgClassName
{
background-color: #03147A;
}
</style>
border-color css
<style>
span { border-color: #03147A; }
span { border-color: rgb(3,20,122); }
td.TdClassName
{
border-color: #03147A;
}
.TagClassName
{
border-color: #03147A;
}
</style>