Shades of Dark Blue #05038D
Tints of Dark Blue #05038D
RGB
CMYK
RGB Variations
Color information
#05038D (or 0x05038D) is known color: Dark Blue. HEX triplet: 05, 03 and 8D. RGB value is (5,3,141). Sum of RGB (Red+Green+Blue) = 5+3+141=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 141 (55.47% from 255 or 94.63% from 149); Max value from RGB is 141 - color contains mainly: blue. Hex color #05038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05038D is #FAFC72. Grayscale: #121212. Windows color (decimal): -16448627 or 9241349. OLE color: 9241349.
HSL color Cylindrical-coordinate representation of color #05038D: hue angle of 240.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05038D is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 3 | 141 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.45 |
| HSL | 240.87º | 0.96% | 0.28% | - |
| HSV(B) | 240.87º | 0.98% | 0.55% | - |
| XYZ | 4.9 | 2.02 | 25.33 | - |
| YUV | 19.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 141 | 0.96 | 0.98 | 0 | 0.45 | 240.87 | 0.96 | 0.28 |
| Hex | 5 | 3 | 8D | 60 | 62 | 0 | 2D | F1 | 60 | 1C |
| Octal | 5 | 3 | 215 | 140 | 142 | 0 | 55 | 361 | 140 | 34 |
| Binary | 101 | 11 | 10001101 | 1100000 | 1100010 | 0 | 101101 | 11110001 | 1100000 | 11100 |
Color Harmonies of #05038D
Complementary color
Monochromatic Colors of #05038D
Black with #05038D
Text Example
Text Example
White with #05038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05038D; }
p { color: rgb(5,3,141); }
H1.HeaderClassName
{
color: #05038D;
}
.AnyTagClassName
{
color: #05038D;
}
</style>
background-color css
<style>
a { background-color: #05038D; }
a { background-color: rgb(5,3,141); }
div.DivClassName
{
background-color: #05038D;
}
.BgClassName
{
background-color: #05038D;
}
</style>
border-color css
<style>
span { border-color: #05038D; }
span { border-color: rgb(5,3,141); }
td.TdClassName
{
border-color: #05038D;
}
.TagClassName
{
border-color: #05038D;
}
</style>