Shades of Dark Blue #05088D
Tints of Dark Blue #05088D
RGB
CMYK
RGB Variations
Color information
#05088D (or 0x05088D) is known color: Dark Blue. HEX triplet: 05, 08 and 8D. RGB value is (5,8,141). Sum of RGB (Red+Green+Blue) = 5+8+141=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 141 (55.47% from 255 or 91.56% from 154); Max value from RGB is 141 - color contains mainly: blue. Hex color #05088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05088D is #FAF772. Grayscale: #151515. Windows color (decimal): -16447347 or 9242629. OLE color: 9242629.
HSL color Cylindrical-coordinate representation of color #05088D: hue angle of 238.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05088D is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 8 | 141 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.45 |
| HSL | 238.68º | 0.93% | 0.29% | - |
| HSV(B) | 238.68º | 0.96% | 0.55% | - |
| XYZ | 4.96 | 2.13 | 25.35 | - |
| YUV | 22.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 141 | 0.96 | 0.94 | 0 | 0.45 | 238.68 | 0.93 | 0.29 |
| Hex | 5 | 8 | 8D | 60 | 5E | 0 | 2D | EF | 5D | 1D |
| Octal | 5 | 10 | 215 | 140 | 136 | 0 | 55 | 357 | 135 | 35 |
| Binary | 101 | 1000 | 10001101 | 1100000 | 1011110 | 0 | 101101 | 11101111 | 1011101 | 11101 |
Color Harmonies of #05088D
Complementary color
Monochromatic Colors of #05088D
Black with #05088D
Text Example
Text Example
White with #05088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05088D; }
p { color: rgb(5,8,141); }
H1.HeaderClassName
{
color: #05088D;
}
.AnyTagClassName
{
color: #05088D;
}
</style>
background-color css
<style>
a { background-color: #05088D; }
a { background-color: rgb(5,8,141); }
div.DivClassName
{
background-color: #05088D;
}
.BgClassName
{
background-color: #05088D;
}
</style>
border-color css
<style>
span { border-color: #05088D; }
span { border-color: rgb(5,8,141); }
td.TdClassName
{
border-color: #05088D;
}
.TagClassName
{
border-color: #05088D;
}
</style>