Shades of Navy #030D7B
Tints of Navy #030D7B
RGB
CMYK
RGB Variations
Color information
#030D7B (or 0x030D7B) is known color: Navy. HEX triplet: 03, 0D and 7B. RGB value is (3,13,123). Sum of RGB (Red+Green+Blue) = 3+13+123=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 123 (48.44% from 255 or 88.49% from 139); Max value from RGB is 123 - color contains mainly: blue. Hex color #030D7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D7B is #FCF284. Grayscale: #161616. Windows color (decimal): -16577157 or 8064259. OLE color: 8064259.
HSL color Cylindrical-coordinate representation of color #030D7B: hue angle of 235º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D7B is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 13 | 123 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.52 |
| HSL | 235º | 0.95% | 0.25% | - |
| HSV(B) | 235º | 0.98% | 0.48% | - |
| XYZ | 3.76 | 1.74 | 18.88 | - |
| YUV | 22.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 123 | 0.98 | 0.89 | 0 | 0.52 | 235 | 0.95 | 0.25 |
| Hex | 3 | D | 7B | 62 | 59 | 0 | 34 | EB | 5F | 19 |
| Octal | 3 | 15 | 173 | 142 | 131 | 0 | 64 | 353 | 137 | 31 |
| Binary | 11 | 1101 | 1111011 | 1100010 | 1011001 | 0 | 110100 | 11101011 | 1011111 | 11001 |
Color Harmonies of #030D7B
Complementary color
Monochromatic Colors of #030D7B
Black with #030D7B
Text Example
Text Example
White with #030D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D7B; }
p { color: rgb(3,13,123); }
H1.HeaderClassName
{
color: #030D7B;
}
.AnyTagClassName
{
color: #030D7B;
}
</style>
background-color css
<style>
a { background-color: #030D7B; }
a { background-color: rgb(3,13,123); }
div.DivClassName
{
background-color: #030D7B;
}
.BgClassName
{
background-color: #030D7B;
}
</style>
border-color css
<style>
span { border-color: #030D7B; }
span { border-color: rgb(3,13,123); }
td.TdClassName
{
border-color: #030D7B;
}
.TagClassName
{
border-color: #030D7B;
}
</style>