Shades of Navy #030272
Tints of Navy #030272
RGB
CMYK
RGB Variations
Color information
#030272 (or 0x030272) is known color: Navy. HEX triplet: 03, 02 and 72. RGB value is (3,2,114). Sum of RGB (Red+Green+Blue) = 3+2+114=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #030272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030272 is #FCFD8D. Grayscale: #0E0E0E. Windows color (decimal): -16579982 or 7471619. OLE color: 7471619.
HSL color Cylindrical-coordinate representation of color #030272: hue angle of 240.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030272 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 2 | 114 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.55 |
| HSL | 240.54º | 0.97% | 0.23% | - |
| HSV(B) | 240.54º | 0.98% | 0.45% | - |
| XYZ | 3.1 | 1.28 | 16 | - |
| YUV | 15.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 114 | 0.97 | 0.98 | 0 | 0.55 | 240.54 | 0.97 | 0.23 |
| Hex | 3 | 2 | 72 | 61 | 62 | 0 | 37 | F1 | 61 | 17 |
| Octal | 3 | 2 | 162 | 141 | 142 | 0 | 67 | 361 | 141 | 27 |
| Binary | 11 | 10 | 1110010 | 1100001 | 1100010 | 0 | 110111 | 11110001 | 1100001 | 10111 |
Color Harmonies of #030272
Complementary color
Monochromatic Colors of #030272
Black with #030272
Text Example
Text Example
White with #030272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030272; }
p { color: rgb(3,2,114); }
H1.HeaderClassName
{
color: #030272;
}
.AnyTagClassName
{
color: #030272;
}
</style>
background-color css
<style>
a { background-color: #030272; }
a { background-color: rgb(3,2,114); }
div.DivClassName
{
background-color: #030272;
}
.BgClassName
{
background-color: #030272;
}
</style>
border-color css
<style>
span { border-color: #030272; }
span { border-color: rgb(3,2,114); }
td.TdClassName
{
border-color: #030272;
}
.TagClassName
{
border-color: #030272;
}
</style>