Shades of Dark Blue #05038E
Tints of Dark Blue #05038E
RGB
CMYK
RGB Variations
Color information
#05038E (or 0x05038E) is known color: Dark Blue. HEX triplet: 05, 03 and 8E. RGB value is (5,3,142). Sum of RGB (Red+Green+Blue) = 5+3+142=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 142 (55.86% from 255 or 94.67% from 150); Max value from RGB is 142 - color contains mainly: blue. Hex color #05038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05038E is #FAFC71. Grayscale: #121212. Windows color (decimal): -16448626 or 9306885. OLE color: 9306885.
HSL color Cylindrical-coordinate representation of color #05038E: hue angle of 240.86º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05038E is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 3 | 142 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.44 |
| HSL | 240.86º | 0.96% | 0.28% | - |
| HSV(B) | 240.86º | 0.98% | 0.56% | - |
| XYZ | 4.98 | 2.05 | 25.72 | - |
| YUV | 19.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 142 | 0.96 | 0.98 | 0 | 0.44 | 240.86 | 0.96 | 0.28 |
| Hex | 5 | 3 | 8E | 60 | 62 | 0 | 2C | F1 | 60 | 1C |
| Octal | 5 | 3 | 216 | 140 | 142 | 0 | 54 | 361 | 140 | 34 |
| Binary | 101 | 11 | 10001110 | 1100000 | 1100010 | 0 | 101100 | 11110001 | 1100000 | 11100 |
Color Harmonies of #05038E
Complementary color
Monochromatic Colors of #05038E
Black with #05038E
Text Example
Text Example
White with #05038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05038E; }
p { color: rgb(5,3,142); }
H1.HeaderClassName
{
color: #05038E;
}
.AnyTagClassName
{
color: #05038E;
}
</style>
background-color css
<style>
a { background-color: #05038E; }
a { background-color: rgb(5,3,142); }
div.DivClassName
{
background-color: #05038E;
}
.BgClassName
{
background-color: #05038E;
}
</style>
border-color css
<style>
span { border-color: #05038E; }
span { border-color: rgb(5,3,142); }
td.TdClassName
{
border-color: #05038E;
}
.TagClassName
{
border-color: #05038E;
}
</style>