Shades of Navy #030A7B
Tints of Navy #030A7B
RGB
CMYK
RGB Variations
Color information
#030A7B (or 0x030A7B) is known color: Navy. HEX triplet: 03, 0A and 7B. RGB value is (3,10,123). Sum of RGB (Red+Green+Blue) = 3+10+123=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 123 (48.44% from 255 or 90.44% from 136); Max value from RGB is 123 - color contains mainly: blue. Hex color #030A7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A7B is #FCF584. Grayscale: #141414. Windows color (decimal): -16577925 or 8063491. OLE color: 8063491.
HSL color Cylindrical-coordinate representation of color #030A7B: hue angle of 236.5º 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 #030A7B is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 10 | 123 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.52 |
| HSL | 236.5º | 0.95% | 0.25% | - |
| HSV(B) | 236.5º | 0.98% | 0.48% | - |
| XYZ | 3.72 | 1.67 | 18.86 | - |
| YUV | 20.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 123 | 0.98 | 0.92 | 0 | 0.52 | 236.5 | 0.95 | 0.25 |
| Hex | 3 | A | 7B | 62 | 5C | 0 | 34 | EC | 5F | 19 |
| Octal | 3 | 12 | 173 | 142 | 134 | 0 | 64 | 354 | 137 | 31 |
| Binary | 11 | 1010 | 1111011 | 1100010 | 1011100 | 0 | 110100 | 11101100 | 1011111 | 11001 |
Color Harmonies of #030A7B
Complementary color
Monochromatic Colors of #030A7B
Black with #030A7B
Text Example
Text Example
White with #030A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A7B; }
p { color: rgb(3,10,123); }
H1.HeaderClassName
{
color: #030A7B;
}
.AnyTagClassName
{
color: #030A7B;
}
</style>
background-color css
<style>
a { background-color: #030A7B; }
a { background-color: rgb(3,10,123); }
div.DivClassName
{
background-color: #030A7B;
}
.BgClassName
{
background-color: #030A7B;
}
</style>
border-color css
<style>
span { border-color: #030A7B; }
span { border-color: rgb(3,10,123); }
td.TdClassName
{
border-color: #030A7B;
}
.TagClassName
{
border-color: #030A7B;
}
</style>