Shades of Navy #03087D
Tints of Navy #03087D
RGB
CMYK
RGB Variations
Color information
#03087D (or 0x03087D) is known color: Navy. HEX triplet: 03, 08 and 7D. RGB value is (3,8,125). Sum of RGB (Red+Green+Blue) = 3+8+125=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 125 (49.22% from 255 or 91.91% from 136); Max value from RGB is 125 - color contains mainly: blue. Hex color #03087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03087D is #FCF782. Grayscale: #131313. Windows color (decimal): -16578435 or 8194051. OLE color: 8194051.
HSL color Cylindrical-coordinate representation of color #03087D: hue angle of 237.54º 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 #03087D is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 8 | 125 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.51 |
| HSL | 237.54º | 0.95% | 0.25% | - |
| HSV(B) | 237.54º | 0.98% | 0.49% | - |
| XYZ | 3.83 | 1.67 | 19.52 | - |
| YUV | 19.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 125 | 0.98 | 0.94 | 0 | 0.51 | 237.54 | 0.95 | 0.25 |
| Hex | 3 | 8 | 7D | 62 | 5E | 0 | 33 | EE | 5F | 19 |
| Octal | 3 | 10 | 175 | 142 | 136 | 0 | 63 | 356 | 137 | 31 |
| Binary | 11 | 1000 | 1111101 | 1100010 | 1011110 | 0 | 110011 | 11101110 | 1011111 | 11001 |
Color Harmonies of #03087D
Complementary color
Monochromatic Colors of #03087D
Black with #03087D
Text Example
Text Example
White with #03087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03087D; }
p { color: rgb(3,8,125); }
H1.HeaderClassName
{
color: #03087D;
}
.AnyTagClassName
{
color: #03087D;
}
</style>
background-color css
<style>
a { background-color: #03087D; }
a { background-color: rgb(3,8,125); }
div.DivClassName
{
background-color: #03087D;
}
.BgClassName
{
background-color: #03087D;
}
</style>
border-color css
<style>
span { border-color: #03087D; }
span { border-color: rgb(3,8,125); }
td.TdClassName
{
border-color: #03087D;
}
.TagClassName
{
border-color: #03087D;
}
</style>