Shades of Dark Blue #051387
Tints of Dark Blue #051387
RGB
CMYK
RGB Variations
Color information
#051387 (or 0x051387) is known color: Dark Blue. HEX triplet: 05, 13 and 87. RGB value is (5,19,135). Sum of RGB (Red+Green+Blue) = 5+19+135=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #051387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051387 is #FAEC78. Grayscale: #1B1B1B. Windows color (decimal): -16444537 or 8852229. OLE color: 8852229.
HSL color Cylindrical-coordinate representation of color #051387: hue angle of 233.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051387 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 19 | 135 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.47 |
| HSL | 233.54º | 0.93% | 0.27% | - |
| HSV(B) | 233.54º | 0.96% | 0.53% | - |
| XYZ | 4.67 | 2.25 | 23.11 | - |
| YUV | 28.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 135 | 0.96 | 0.86 | 0 | 0.47 | 233.54 | 0.93 | 0.27 |
| Hex | 5 | 13 | 87 | 60 | 56 | 0 | 2F | EA | 5D | 1B |
| Octal | 5 | 23 | 207 | 140 | 126 | 0 | 57 | 352 | 135 | 33 |
| Binary | 101 | 10011 | 10000111 | 1100000 | 1010110 | 0 | 101111 | 11101010 | 1011101 | 11011 |
Color Harmonies of #051387
Complementary color
Monochromatic Colors of #051387
Black with #051387
Text Example
Text Example
White with #051387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051387; }
p { color: rgb(5,19,135); }
H1.HeaderClassName
{
color: #051387;
}
.AnyTagClassName
{
color: #051387;
}
</style>
background-color css
<style>
a { background-color: #051387; }
a { background-color: rgb(5,19,135); }
div.DivClassName
{
background-color: #051387;
}
.BgClassName
{
background-color: #051387;
}
</style>
border-color css
<style>
span { border-color: #051387; }
span { border-color: rgb(5,19,135); }
td.TdClassName
{
border-color: #051387;
}
.TagClassName
{
border-color: #051387;
}
</style>