Shades of Dark Blue #05028C
Tints of Dark Blue #05028C
RGB
CMYK
RGB Variations
Color information
#05028C (or 0x05028C) is known color: Dark Blue. HEX triplet: 05, 02 and 8C. RGB value is (5,2,140). Sum of RGB (Red+Green+Blue) = 5+2+140=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 140 (55.08% from 255 or 95.24% from 147); Max value from RGB is 140 - color contains mainly: blue. Hex color #05028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05028C is #FAFD73. Grayscale: #121212. Windows color (decimal): -16448884 or 9175557. OLE color: 9175557.
HSL color Cylindrical-coordinate representation of color #05028C: hue angle of 241.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05028C is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 2 | 140 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.45 |
| HSL | 241.3º | 0.97% | 0.28% | - |
| HSV(B) | 241.3º | 0.99% | 0.55% | - |
| XYZ | 4.82 | 1.97 | 24.94 | - |
| YUV | 18.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 140 | 0.96 | 0.99 | 0 | 0.45 | 241.3 | 0.97 | 0.28 |
| Hex | 5 | 2 | 8C | 60 | 63 | 0 | 2D | F1 | 61 | 1C |
| Octal | 5 | 2 | 214 | 140 | 143 | 0 | 55 | 361 | 141 | 34 |
| Binary | 101 | 10 | 10001100 | 1100000 | 1100011 | 0 | 101101 | 11110001 | 1100001 | 11100 |
Color Harmonies of #05028C
Complementary color
Monochromatic Colors of #05028C
Black with #05028C
Text Example
Text Example
White with #05028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05028C; }
p { color: rgb(5,2,140); }
H1.HeaderClassName
{
color: #05028C;
}
.AnyTagClassName
{
color: #05028C;
}
</style>
background-color css
<style>
a { background-color: #05028C; }
a { background-color: rgb(5,2,140); }
div.DivClassName
{
background-color: #05028C;
}
.BgClassName
{
background-color: #05028C;
}
</style>
border-color css
<style>
span { border-color: #05028C; }
span { border-color: rgb(5,2,140); }
td.TdClassName
{
border-color: #05028C;
}
.TagClassName
{
border-color: #05028C;
}
</style>