Shades of Navy #030A66
Tints of Navy #030A66
RGB
CMYK
RGB Variations
Color information
#030A66 (or 0x030A66) is known color: Navy. HEX triplet: 03, 0A and 66. RGB value is (3,10,102). Sum of RGB (Red+Green+Blue) = 3+10+102=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 102 (40.23% from 255 or 88.70% from 115); Max value from RGB is 102 - color contains mainly: blue. Hex color #030A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A66 is #FCF599. Grayscale: #121212. Windows color (decimal): -16577946 or 6687235. OLE color: 6687235.
HSL color Cylindrical-coordinate representation of color #030A66: hue angle of 235.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A66 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 10 | 102 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.6 |
| HSL | 235.76º | 0.94% | 0.21% | - |
| HSV(B) | 235.76º | 0.97% | 0.4% | - |
| XYZ | 2.54 | 1.2 | 12.67 | - |
| YUV | 18.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 102 | 0.97 | 0.90 | 0 | 0.6 | 235.76 | 0.94 | 0.21 |
| Hex | 3 | A | 66 | 61 | 5A | 0 | 3C | EC | 5E | 15 |
| Octal | 3 | 12 | 146 | 141 | 132 | 0 | 74 | 354 | 136 | 25 |
| Binary | 11 | 1010 | 1100110 | 1100001 | 1011010 | 0 | 111100 | 11101100 | 1011110 | 10101 |
Color Harmonies of #030A66
Complementary color
Monochromatic Colors of #030A66
Black with #030A66
Text Example
Text Example
White with #030A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A66; }
p { color: rgb(3,10,102); }
H1.HeaderClassName
{
color: #030A66;
}
.AnyTagClassName
{
color: #030A66;
}
</style>
background-color css
<style>
a { background-color: #030A66; }
a { background-color: rgb(3,10,102); }
div.DivClassName
{
background-color: #030A66;
}
.BgClassName
{
background-color: #030A66;
}
</style>
border-color css
<style>
span { border-color: #030A66; }
span { border-color: rgb(3,10,102); }
td.TdClassName
{
border-color: #030A66;
}
.TagClassName
{
border-color: #030A66;
}
</style>