Shades of Dark Blue #05018B
Tints of Dark Blue #05018B
RGB
CMYK
RGB Variations
Color information
#05018B (or 0x05018B) is known color: Dark Blue. HEX triplet: 05, 01 and 8B. RGB value is (5,1,139). Sum of RGB (Red+Green+Blue) = 5+1+139=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 139 (54.69% from 255 or 95.86% from 145); Max value from RGB is 139 - color contains mainly: blue. Hex color #05018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05018B is #FAFE74. Grayscale: #111111. Windows color (decimal): -16449141 or 9109765. OLE color: 9109765.
HSL color Cylindrical-coordinate representation of color #05018B: hue angle of 241.74º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05018B is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 1 | 139 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.45 |
| HSL | 241.74º | 0.99% | 0.27% | - |
| HSV(B) | 241.74º | 0.99% | 0.55% | - |
| XYZ | 4.73 | 1.92 | 24.55 | - |
| YUV | 17.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 139 | 0.96 | 0.99 | 0 | 0.45 | 241.74 | 0.99 | 0.27 |
| Hex | 5 | 1 | 8B | 60 | 63 | 0 | 2D | F2 | 63 | 1B |
| Octal | 5 | 1 | 213 | 140 | 143 | 0 | 55 | 362 | 143 | 33 |
| Binary | 101 | 1 | 10001011 | 1100000 | 1100011 | 0 | 101101 | 11110010 | 1100011 | 11011 |
Color Harmonies of #05018B
Complementary color
Monochromatic Colors of #05018B
Black with #05018B
Text Example
Text Example
White with #05018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05018B; }
p { color: rgb(5,1,139); }
H1.HeaderClassName
{
color: #05018B;
}
.AnyTagClassName
{
color: #05018B;
}
</style>
background-color css
<style>
a { background-color: #05018B; }
a { background-color: rgb(5,1,139); }
div.DivClassName
{
background-color: #05018B;
}
.BgClassName
{
background-color: #05018B;
}
</style>
border-color css
<style>
span { border-color: #05018B; }
span { border-color: rgb(5,1,139); }
td.TdClassName
{
border-color: #05018B;
}
.TagClassName
{
border-color: #05018B;
}
</style>