Shades of Navy #03027C
Tints of Navy #03027C
RGB
CMYK
RGB Variations
Color information
#03027C (or 0x03027C) is known color: Navy. HEX triplet: 03, 02 and 7C. RGB value is (3,2,124). Sum of RGB (Red+Green+Blue) = 3+2+124=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 124 (48.83% from 255 or 96.12% from 129); Max value from RGB is 124 - color contains mainly: blue. Hex color #03027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03027C is #FCFD83. Grayscale: #0F0F0F. Windows color (decimal): -16579972 or 8126979. OLE color: 8126979.
HSL color Cylindrical-coordinate representation of color #03027C: hue angle of 240.49º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03027C is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 2 | 124 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.51 |
| HSL | 240.49º | 0.97% | 0.25% | - |
| HSV(B) | 240.49º | 0.98% | 0.49% | - |
| XYZ | 3.7 | 1.52 | 19.17 | - |
| YUV | 16.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 124 | 0.98 | 0.98 | 0 | 0.51 | 240.49 | 0.97 | 0.25 |
| Hex | 3 | 2 | 7C | 62 | 62 | 0 | 33 | F0 | 61 | 19 |
| Octal | 3 | 2 | 174 | 142 | 142 | 0 | 63 | 360 | 141 | 31 |
| Binary | 11 | 10 | 1111100 | 1100010 | 1100010 | 0 | 110011 | 11110000 | 1100001 | 11001 |
Color Harmonies of #03027C
Complementary color
Monochromatic Colors of #03027C
Black with #03027C
Text Example
Text Example
White with #03027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03027C; }
p { color: rgb(3,2,124); }
H1.HeaderClassName
{
color: #03027C;
}
.AnyTagClassName
{
color: #03027C;
}
</style>
background-color css
<style>
a { background-color: #03027C; }
a { background-color: rgb(3,2,124); }
div.DivClassName
{
background-color: #03027C;
}
.BgClassName
{
background-color: #03027C;
}
</style>
border-color css
<style>
span { border-color: #03027C; }
span { border-color: rgb(3,2,124); }
td.TdClassName
{
border-color: #03027C;
}
.TagClassName
{
border-color: #03027C;
}
</style>