Shades of Navy #030A74
Tints of Navy #030A74
RGB
CMYK
RGB Variations
Color information
#030A74 (or 0x030A74) is known color: Navy. HEX triplet: 03, 0A and 74. RGB value is (3,10,116). Sum of RGB (Red+Green+Blue) = 3+10+116=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #030A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A74 is #FCF58B. Grayscale: #131313. Windows color (decimal): -16577932 or 7604739. OLE color: 7604739.
HSL color Cylindrical-coordinate representation of color #030A74: hue angle of 236.28º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A74 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 10 | 116 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.55 |
| HSL | 236.28º | 0.95% | 0.23% | - |
| HSV(B) | 236.28º | 0.97% | 0.45% | - |
| XYZ | 3.3 | 1.5 | 16.64 | - |
| YUV | 19.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 116 | 0.97 | 0.91 | 0 | 0.55 | 236.28 | 0.95 | 0.23 |
| Hex | 3 | A | 74 | 61 | 5B | 0 | 37 | EC | 5F | 17 |
| Octal | 3 | 12 | 164 | 141 | 133 | 0 | 67 | 354 | 137 | 27 |
| Binary | 11 | 1010 | 1110100 | 1100001 | 1011011 | 0 | 110111 | 11101100 | 1011111 | 10111 |
Color Harmonies of #030A74
Complementary color
Monochromatic Colors of #030A74
Black with #030A74
Text Example
Text Example
White with #030A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A74; }
p { color: rgb(3,10,116); }
H1.HeaderClassName
{
color: #030A74;
}
.AnyTagClassName
{
color: #030A74;
}
</style>
background-color css
<style>
a { background-color: #030A74; }
a { background-color: rgb(3,10,116); }
div.DivClassName
{
background-color: #030A74;
}
.BgClassName
{
background-color: #030A74;
}
</style>
border-color css
<style>
span { border-color: #030A74; }
span { border-color: rgb(3,10,116); }
td.TdClassName
{
border-color: #030A74;
}
.TagClassName
{
border-color: #030A74;
}
</style>