Shades of Navy #030C84
Tints of Navy #030C84
RGB
CMYK
RGB Variations
Color information
#030C84 (or 0x030C84) is known color: Navy. HEX triplet: 03, 0C and 84. RGB value is (3,12,132). Sum of RGB (Red+Green+Blue) = 3+12+132=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 132 (51.95% from 255 or 89.80% from 147); Max value from RGB is 132 - color contains mainly: blue. Hex color #030C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C84 is #FCF37B. Grayscale: #161616. Windows color (decimal): -16577404 or 8653827. OLE color: 8653827.
HSL color Cylindrical-coordinate representation of color #030C84: hue angle of 235.81º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C84 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 12 | 132 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.48 |
| HSL | 235.81º | 0.96% | 0.26% | - |
| HSV(B) | 235.81º | 0.98% | 0.52% | - |
| XYZ | 4.33 | 1.95 | 21.98 | - |
| YUV | 22.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 132 | 0.98 | 0.91 | 0 | 0.48 | 235.81 | 0.96 | 0.26 |
| Hex | 3 | C | 84 | 62 | 5B | 0 | 30 | EC | 60 | 1A |
| Octal | 3 | 14 | 204 | 142 | 133 | 0 | 60 | 354 | 140 | 32 |
| Binary | 11 | 1100 | 10000100 | 1100010 | 1011011 | 0 | 110000 | 11101100 | 1100000 | 11010 |
Color Harmonies of #030C84
Complementary color
Monochromatic Colors of #030C84
Black with #030C84
Text Example
Text Example
White with #030C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C84; }
p { color: rgb(3,12,132); }
H1.HeaderClassName
{
color: #030C84;
}
.AnyTagClassName
{
color: #030C84;
}
</style>
background-color css
<style>
a { background-color: #030C84; }
a { background-color: rgb(3,12,132); }
div.DivClassName
{
background-color: #030C84;
}
.BgClassName
{
background-color: #030C84;
}
</style>
border-color css
<style>
span { border-color: #030C84; }
span { border-color: rgb(3,12,132); }
td.TdClassName
{
border-color: #030C84;
}
.TagClassName
{
border-color: #030C84;
}
</style>