Shades of Dark Blue #05038F
Tints of Dark Blue #05038F
RGB
CMYK
RGB Variations
Color information
#05038F (or 0x05038F) is known color: Dark Blue. HEX triplet: 05, 03 and 8F. RGB value is (5,3,143). Sum of RGB (Red+Green+Blue) = 5+3+143=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 143 (56.25% from 255 or 94.70% from 151); Max value from RGB is 143 - color contains mainly: blue. Hex color #05038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05038F is #FAFC70. Grayscale: #131313. Windows color (decimal): -16448625 or 9372421. OLE color: 9372421.
HSL color Cylindrical-coordinate representation of color #05038F: hue angle of 240.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05038F is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 3 | 143 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.44 |
| HSL | 240.86º | 0.96% | 0.29% | - |
| HSV(B) | 240.86º | 0.98% | 0.56% | - |
| XYZ | 5.05 | 2.08 | 26.12 | - |
| YUV | 19.56 | 197.66 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 143 | 0.97 | 0.98 | 0 | 0.44 | 240.86 | 0.96 | 0.29 |
| Hex | 5 | 3 | 8F | 61 | 62 | 0 | 2C | F1 | 60 | 1D |
| Octal | 5 | 3 | 217 | 141 | 142 | 0 | 54 | 361 | 140 | 35 |
| Binary | 101 | 11 | 10001111 | 1100001 | 1100010 | 0 | 101100 | 11110001 | 1100000 | 11101 |
Color Harmonies of #05038F
Complementary color
Monochromatic Colors of #05038F
Black with #05038F
Text Example
Text Example
White with #05038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05038F; }
p { color: rgb(5,3,143); }
H1.HeaderClassName
{
color: #05038F;
}
.AnyTagClassName
{
color: #05038F;
}
</style>
background-color css
<style>
a { background-color: #05038F; }
a { background-color: rgb(5,3,143); }
div.DivClassName
{
background-color: #05038F;
}
.BgClassName
{
background-color: #05038F;
}
</style>
border-color css
<style>
span { border-color: #05038F; }
span { border-color: rgb(5,3,143); }
td.TdClassName
{
border-color: #05038F;
}
.TagClassName
{
border-color: #05038F;
}
</style>