Shades of Navy #03097F
Tints of Navy #03097F
RGB
CMYK
RGB Variations
Color information
#03097F (or 0x03097F) is known color: Navy. HEX triplet: 03, 09 and 7F. RGB value is (3,9,127). Sum of RGB (Red+Green+Blue) = 3+9+127=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 127 (50% from 255 or 91.37% from 139); Max value from RGB is 127 - color contains mainly: blue. Hex color #03097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03097F is #FCF680. Grayscale: #141414. Windows color (decimal): -16578177 or 8325379. OLE color: 8325379.
HSL color Cylindrical-coordinate representation of color #03097F: hue angle of 237.1º 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 #03097F is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 9 | 127 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.50 |
| HSL | 237.1º | 0.95% | 0.25% | - |
| HSV(B) | 237.1º | 0.98% | 0.5% | - |
| XYZ | 3.97 | 1.75 | 20.21 | - |
| YUV | 20.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 127 | 0.98 | 0.93 | 0 | 0.50 | 237.1 | 0.95 | 0.25 |
| Hex | 3 | 9 | 7F | 62 | 5D | 0 | 32 | ED | 5F | 19 |
| Octal | 3 | 11 | 177 | 142 | 135 | 0 | 62 | 355 | 137 | 31 |
| Binary | 11 | 1001 | 1111111 | 1100010 | 1011101 | 0 | 110010 | 11101101 | 1011111 | 11001 |
Color Harmonies of #03097F
Complementary color
Monochromatic Colors of #03097F
Black with #03097F
Text Example
Text Example
White with #03097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03097F; }
p { color: rgb(3,9,127); }
H1.HeaderClassName
{
color: #03097F;
}
.AnyTagClassName
{
color: #03097F;
}
</style>
background-color css
<style>
a { background-color: #03097F; }
a { background-color: rgb(3,9,127); }
div.DivClassName
{
background-color: #03097F;
}
.BgClassName
{
background-color: #03097F;
}
</style>
border-color css
<style>
span { border-color: #03097F; }
span { border-color: rgb(3,9,127); }
td.TdClassName
{
border-color: #03097F;
}
.TagClassName
{
border-color: #03097F;
}
</style>