Shades of Dark Blue #051488
Tints of Dark Blue #051488
RGB
CMYK
RGB Variations
Color information
#051488 (or 0x051488) is known color: Dark Blue. HEX triplet: 05, 14 and 88. RGB value is (5,20,136). Sum of RGB (Red+Green+Blue) = 5+20+136=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #051488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051488 is #FAEB77. Grayscale: #1C1C1C. Windows color (decimal): -16444280 or 8918021. OLE color: 8918021.
HSL color Cylindrical-coordinate representation of color #051488: hue angle of 233.13º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051488 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 20 | 136 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.47 |
| HSL | 233.13º | 0.93% | 0.28% | - |
| HSV(B) | 233.13º | 0.96% | 0.53% | - |
| XYZ | 4.76 | 2.31 | 23.49 | - |
| YUV | 28.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 136 | 0.96 | 0.85 | 0 | 0.47 | 233.13 | 0.93 | 0.28 |
| Hex | 5 | 14 | 88 | 60 | 55 | 0 | 2F | E9 | 5D | 1C |
| Octal | 5 | 24 | 210 | 140 | 125 | 0 | 57 | 351 | 135 | 34 |
| Binary | 101 | 10100 | 10001000 | 1100000 | 1010101 | 0 | 101111 | 11101001 | 1011101 | 11100 |
Color Harmonies of #051488
Complementary color
Monochromatic Colors of #051488
Black with #051488
Text Example
Text Example
White with #051488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051488; }
p { color: rgb(5,20,136); }
H1.HeaderClassName
{
color: #051488;
}
.AnyTagClassName
{
color: #051488;
}
</style>
background-color css
<style>
a { background-color: #051488; }
a { background-color: rgb(5,20,136); }
div.DivClassName
{
background-color: #051488;
}
.BgClassName
{
background-color: #051488;
}
</style>
border-color css
<style>
span { border-color: #051488; }
span { border-color: rgb(5,20,136); }
td.TdClassName
{
border-color: #051488;
}
.TagClassName
{
border-color: #051488;
}
</style>