Shades of Navy #05087B
Tints of Navy #05087B
RGB
CMYK
RGB Variations
Color information
#05087B (or 0x05087B) is known color: Navy. HEX triplet: 05, 08 and 7B. RGB value is (5,8,123). Sum of RGB (Red+Green+Blue) = 5+8+123=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 8 (3.52% from 255 or 5.88% 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 #05087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05087B is #FAF784. Grayscale: #131313. Windows color (decimal): -16447365 or 8062981. OLE color: 8062981.
HSL color Cylindrical-coordinate representation of color #05087B: hue angle of 238.47º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05087B is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 8 | 123 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.52 |
| HSL | 238.47º | 0.92% | 0.25% | - |
| HSV(B) | 238.47º | 0.96% | 0.48% | - |
| XYZ | 3.72 | 1.64 | 18.86 | - |
| YUV | 20.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 123 | 0.96 | 0.93 | 0 | 0.52 | 238.47 | 0.92 | 0.25 |
| Hex | 5 | 8 | 7B | 60 | 5D | 0 | 34 | EE | 5C | 19 |
| Octal | 5 | 10 | 173 | 140 | 135 | 0 | 64 | 356 | 134 | 31 |
| Binary | 101 | 1000 | 1111011 | 1100000 | 1011101 | 0 | 110100 | 11101110 | 1011100 | 11001 |
Color Harmonies of #05087B
Complementary color
Monochromatic Colors of #05087B
Black with #05087B
Text Example
Text Example
White with #05087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05087B; }
p { color: rgb(5,8,123); }
H1.HeaderClassName
{
color: #05087B;
}
.AnyTagClassName
{
color: #05087B;
}
</style>
background-color css
<style>
a { background-color: #05087B; }
a { background-color: rgb(5,8,123); }
div.DivClassName
{
background-color: #05087B;
}
.BgClassName
{
background-color: #05087B;
}
</style>
border-color css
<style>
span { border-color: #05087B; }
span { border-color: rgb(5,8,123); }
td.TdClassName
{
border-color: #05087B;
}
.TagClassName
{
border-color: #05087B;
}
</style>