Shades of Dark Blue #05128C
Tints of Dark Blue #05128C
RGB
CMYK
RGB Variations
Color information
#05128C (or 0x05128C) is known color: Dark Blue. HEX triplet: 05, 12 and 8C. RGB value is (5,18,140). Sum of RGB (Red+Green+Blue) = 5+18+140=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #05128C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05128C is #FAED73. Grayscale: #1B1B1B. Windows color (decimal): -16444788 or 9179653. OLE color: 9179653.
HSL color Cylindrical-coordinate representation of color #05128C: hue angle of 234.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05128C is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 18 | 140 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.45 |
| HSL | 234.22º | 0.93% | 0.28% | - |
| HSV(B) | 234.22º | 0.96% | 0.55% | - |
| XYZ | 5.01 | 2.36 | 25 | - |
| YUV | 28.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 140 | 0.96 | 0.87 | 0 | 0.45 | 234.22 | 0.93 | 0.28 |
| Hex | 5 | 12 | 8C | 60 | 57 | 0 | 2D | EA | 5D | 1C |
| Octal | 5 | 22 | 214 | 140 | 127 | 0 | 55 | 352 | 135 | 34 |
| Binary | 101 | 10010 | 10001100 | 1100000 | 1010111 | 0 | 101101 | 11101010 | 1011101 | 11100 |
Color Harmonies of #05128C
Complementary color
Monochromatic Colors of #05128C
Black with #05128C
Text Example
Text Example
White with #05128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05128C; }
p { color: rgb(5,18,140); }
H1.HeaderClassName
{
color: #05128C;
}
.AnyTagClassName
{
color: #05128C;
}
</style>
background-color css
<style>
a { background-color: #05128C; }
a { background-color: rgb(5,18,140); }
div.DivClassName
{
background-color: #05128C;
}
.BgClassName
{
background-color: #05128C;
}
</style>
border-color css
<style>
span { border-color: #05128C; }
span { border-color: rgb(5,18,140); }
td.TdClassName
{
border-color: #05128C;
}
.TagClassName
{
border-color: #05128C;
}
</style>