Shades of Navy #030C70
Tints of Navy #030C70
RGB
CMYK
RGB Variations
Color information
#030C70 (or 0x030C70) is known color: Navy. HEX triplet: 03, 0C and 70. RGB value is (3,12,112). Sum of RGB (Red+Green+Blue) = 3+12+112=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #030C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C70 is #FCF38F. Grayscale: #141414. Windows color (decimal): -16577424 or 7343107. OLE color: 7343107.
HSL color Cylindrical-coordinate representation of color #030C70: hue angle of 235.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C70 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 12 | 112 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.56 |
| HSL | 235.05º | 0.95% | 0.23% | - |
| HSV(B) | 235.05º | 0.97% | 0.44% | - |
| XYZ | 3.09 | 1.45 | 15.45 | - |
| YUV | 20.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 112 | 0.97 | 0.89 | 0 | 0.56 | 235.05 | 0.95 | 0.23 |
| Hex | 3 | C | 70 | 61 | 59 | 0 | 38 | EB | 5F | 17 |
| Octal | 3 | 14 | 160 | 141 | 131 | 0 | 70 | 353 | 137 | 27 |
| Binary | 11 | 1100 | 1110000 | 1100001 | 1011001 | 0 | 111000 | 11101011 | 1011111 | 10111 |
Color Harmonies of #030C70
Complementary color
Monochromatic Colors of #030C70
Black with #030C70
Text Example
Text Example
White with #030C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C70; }
p { color: rgb(3,12,112); }
H1.HeaderClassName
{
color: #030C70;
}
.AnyTagClassName
{
color: #030C70;
}
</style>
background-color css
<style>
a { background-color: #030C70; }
a { background-color: rgb(3,12,112); }
div.DivClassName
{
background-color: #030C70;
}
.BgClassName
{
background-color: #030C70;
}
</style>
border-color css
<style>
span { border-color: #030C70; }
span { border-color: rgb(3,12,112); }
td.TdClassName
{
border-color: #030C70;
}
.TagClassName
{
border-color: #030C70;
}
</style>