Shades of Navy #030C76
Tints of Navy #030C76
RGB
CMYK
RGB Variations
Color information
#030C76 (or 0x030C76) is known color: Navy. HEX triplet: 03, 0C and 76. RGB value is (3,12,118). Sum of RGB (Red+Green+Blue) = 3+12+118=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 118 (46.48% from 255 or 88.72% from 133); Max value from RGB is 118 - color contains mainly: blue. Hex color #030C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C76 is #FCF389. Grayscale: #141414. Windows color (decimal): -16577418 or 7736323. OLE color: 7736323.
HSL color Cylindrical-coordinate representation of color #030C76: hue angle of 235.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C76 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 12 | 118 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.54 |
| HSL | 235.3º | 0.95% | 0.24% | - |
| HSV(B) | 235.3º | 0.97% | 0.46% | - |
| XYZ | 3.44 | 1.59 | 17.27 | - |
| YUV | 21.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 118 | 0.97 | 0.90 | 0 | 0.54 | 235.3 | 0.95 | 0.24 |
| Hex | 3 | C | 76 | 61 | 5A | 0 | 36 | EB | 5F | 18 |
| Octal | 3 | 14 | 166 | 141 | 132 | 0 | 66 | 353 | 137 | 30 |
| Binary | 11 | 1100 | 1110110 | 1100001 | 1011010 | 0 | 110110 | 11101011 | 1011111 | 11000 |
Color Harmonies of #030C76
Complementary color
Monochromatic Colors of #030C76
Black with #030C76
Text Example
Text Example
White with #030C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C76; }
p { color: rgb(3,12,118); }
H1.HeaderClassName
{
color: #030C76;
}
.AnyTagClassName
{
color: #030C76;
}
</style>
background-color css
<style>
a { background-color: #030C76; }
a { background-color: rgb(3,12,118); }
div.DivClassName
{
background-color: #030C76;
}
.BgClassName
{
background-color: #030C76;
}
</style>
border-color css
<style>
span { border-color: #030C76; }
span { border-color: rgb(3,12,118); }
td.TdClassName
{
border-color: #030C76;
}
.TagClassName
{
border-color: #030C76;
}
</style>