Shades of Dark Blue #05038C
Tints of Dark Blue #05038C
RGB
CMYK
RGB Variations
Color information
#05038C (or 0x05038C) is known color: Dark Blue. HEX triplet: 05, 03 and 8C. RGB value is (5,3,140). Sum of RGB (Red+Green+Blue) = 5+3+140=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 140 (55.08% from 255 or 94.59% from 148); Max value from RGB is 140 - color contains mainly: blue. Hex color #05038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05038C is #FAFC73. Grayscale: #121212. Windows color (decimal): -16448628 or 9175813. OLE color: 9175813.
HSL color Cylindrical-coordinate representation of color #05038C: hue angle of 240.88º 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 #05038C is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 3 | 140 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.45 |
| HSL | 240.88º | 0.96% | 0.28% | - |
| HSV(B) | 240.88º | 0.98% | 0.55% | - |
| XYZ | 4.83 | 1.99 | 24.94 | - |
| YUV | 19.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 140 | 0.96 | 0.98 | 0 | 0.45 | 240.88 | 0.96 | 0.28 |
| Hex | 5 | 3 | 8C | 60 | 62 | 0 | 2D | F1 | 60 | 1C |
| Octal | 5 | 3 | 214 | 140 | 142 | 0 | 55 | 361 | 140 | 34 |
| Binary | 101 | 11 | 10001100 | 1100000 | 1100010 | 0 | 101101 | 11110001 | 1100000 | 11100 |
Color Harmonies of #05038C
Complementary color
Monochromatic Colors of #05038C
Black with #05038C
Text Example
Text Example
White with #05038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05038C; }
p { color: rgb(5,3,140); }
H1.HeaderClassName
{
color: #05038C;
}
.AnyTagClassName
{
color: #05038C;
}
</style>
background-color css
<style>
a { background-color: #05038C; }
a { background-color: rgb(5,3,140); }
div.DivClassName
{
background-color: #05038C;
}
.BgClassName
{
background-color: #05038C;
}
</style>
border-color css
<style>
span { border-color: #05038C; }
span { border-color: rgb(5,3,140); }
td.TdClassName
{
border-color: #05038C;
}
.TagClassName
{
border-color: #05038C;
}
</style>