Shades of Navy #030F74
Tints of Navy #030F74
RGB
CMYK
RGB Variations
Color information
#030F74 (or 0x030F74) is known color: Navy. HEX triplet: 03, 0F and 74. RGB value is (3,15,116). Sum of RGB (Red+Green+Blue) = 3+15+116=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #030F74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F74 is #FCF08B. Grayscale: #161616. Windows color (decimal): -16576652 or 7606019. OLE color: 7606019.
HSL color Cylindrical-coordinate representation of color #030F74: hue angle of 233.63º 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 #030F74 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 15 | 116 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.55 |
| HSL | 233.63º | 0.95% | 0.23% | - |
| HSV(B) | 233.63º | 0.97% | 0.45% | - |
| XYZ | 3.36 | 1.62 | 16.66 | - |
| YUV | 22.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 116 | 0.97 | 0.87 | 0 | 0.55 | 233.63 | 0.95 | 0.23 |
| Hex | 3 | F | 74 | 61 | 57 | 0 | 37 | EA | 5F | 17 |
| Octal | 3 | 17 | 164 | 141 | 127 | 0 | 67 | 352 | 137 | 27 |
| Binary | 11 | 1111 | 1110100 | 1100001 | 1010111 | 0 | 110111 | 11101010 | 1011111 | 10111 |
Color Harmonies of #030F74
Complementary color
Monochromatic Colors of #030F74
Black with #030F74
Text Example
Text Example
White with #030F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F74; }
p { color: rgb(3,15,116); }
H1.HeaderClassName
{
color: #030F74;
}
.AnyTagClassName
{
color: #030F74;
}
</style>
background-color css
<style>
a { background-color: #030F74; }
a { background-color: rgb(3,15,116); }
div.DivClassName
{
background-color: #030F74;
}
.BgClassName
{
background-color: #030F74;
}
</style>
border-color css
<style>
span { border-color: #030F74; }
span { border-color: rgb(3,15,116); }
td.TdClassName
{
border-color: #030F74;
}
.TagClassName
{
border-color: #030F74;
}
</style>