Shades of Navy #030C7F
Tints of Navy #030C7F
RGB
CMYK
RGB Variations
Color information
#030C7F (or 0x030C7F) is known color: Navy. HEX triplet: 03, 0C and 7F. RGB value is (3,12,127). Sum of RGB (Red+Green+Blue) = 3+12+127=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 127 (50% from 255 or 89.44% from 142); Max value from RGB is 127 - color contains mainly: blue. Hex color #030C7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C7F is #FCF380. Grayscale: #151515. Windows color (decimal): -16577409 or 8326147. OLE color: 8326147.
HSL color Cylindrical-coordinate representation of color #030C7F: hue angle of 235.65º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C7F is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 12 | 127 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.50 |
| HSL | 235.65º | 0.95% | 0.25% | - |
| HSV(B) | 235.65º | 0.98% | 0.5% | - |
| XYZ | 4 | 1.81 | 20.22 | - |
| YUV | 22.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 127 | 0.98 | 0.91 | 0 | 0.50 | 235.65 | 0.95 | 0.25 |
| Hex | 3 | C | 7F | 62 | 5B | 0 | 32 | EC | 5F | 19 |
| Octal | 3 | 14 | 177 | 142 | 133 | 0 | 62 | 354 | 137 | 31 |
| Binary | 11 | 1100 | 1111111 | 1100010 | 1011011 | 0 | 110010 | 11101100 | 1011111 | 11001 |
Color Harmonies of #030C7F
Complementary color
Monochromatic Colors of #030C7F
Black with #030C7F
Text Example
Text Example
White with #030C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C7F; }
p { color: rgb(3,12,127); }
H1.HeaderClassName
{
color: #030C7F;
}
.AnyTagClassName
{
color: #030C7F;
}
</style>
background-color css
<style>
a { background-color: #030C7F; }
a { background-color: rgb(3,12,127); }
div.DivClassName
{
background-color: #030C7F;
}
.BgClassName
{
background-color: #030C7F;
}
</style>
border-color css
<style>
span { border-color: #030C7F; }
span { border-color: rgb(3,12,127); }
td.TdClassName
{
border-color: #030C7F;
}
.TagClassName
{
border-color: #030C7F;
}
</style>