Shades of Navy #03097D
Tints of Navy #03097D
RGB
CMYK
RGB Variations
Color information
#03097D (or 0x03097D) is known color: Navy. HEX triplet: 03, 09 and 7D. RGB value is (3,9,125). Sum of RGB (Red+Green+Blue) = 3+9+125=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 125 (49.22% from 255 or 91.24% from 137); Max value from RGB is 125 - color contains mainly: blue. Hex color #03097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03097D is #FCF682. Grayscale: #131313. Windows color (decimal): -16578179 or 8194307. OLE color: 8194307.
HSL color Cylindrical-coordinate representation of color #03097D: hue angle of 237.05º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03097D is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 9 | 125 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.51 |
| HSL | 237.05º | 0.95% | 0.25% | - |
| HSV(B) | 237.05º | 0.98% | 0.49% | - |
| XYZ | 3.84 | 1.7 | 19.53 | - |
| YUV | 20.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 125 | 0.98 | 0.93 | 0 | 0.51 | 237.05 | 0.95 | 0.25 |
| Hex | 3 | 9 | 7D | 62 | 5D | 0 | 33 | ED | 5F | 19 |
| Octal | 3 | 11 | 175 | 142 | 135 | 0 | 63 | 355 | 137 | 31 |
| Binary | 11 | 1001 | 1111101 | 1100010 | 1011101 | 0 | 110011 | 11101101 | 1011111 | 11001 |
Color Harmonies of #03097D
Complementary color
Monochromatic Colors of #03097D
Black with #03097D
Text Example
Text Example
White with #03097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03097D; }
p { color: rgb(3,9,125); }
H1.HeaderClassName
{
color: #03097D;
}
.AnyTagClassName
{
color: #03097D;
}
</style>
background-color css
<style>
a { background-color: #03097D; }
a { background-color: rgb(3,9,125); }
div.DivClassName
{
background-color: #03097D;
}
.BgClassName
{
background-color: #03097D;
}
</style>
border-color css
<style>
span { border-color: #03097D; }
span { border-color: rgb(3,9,125); }
td.TdClassName
{
border-color: #03097D;
}
.TagClassName
{
border-color: #03097D;
}
</style>