Shades of Dark Blue #01018B
Tints of Dark Blue #01018B
RGB
CMYK
RGB Variations
Color information
#01018B (or 0x01018B) is known color: Dark Blue. HEX triplet: 01, 01 and 8B. RGB value is (1,1,139). Sum of RGB (Red+Green+Blue) = 1+1+139=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 139 (54.69% from 255 or 98.58% from 141); Max value from RGB is 139 - color contains mainly: blue. Hex color #01018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01018B is #FEFE74. Grayscale: #101010. Windows color (decimal): -16711285 or 9109761. OLE color: 9109761.
HSL color Cylindrical-coordinate representation of color #01018B: hue angle of 240º 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 #01018B is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 1 | 139 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.45 |
| HSL | 240º | 0.99% | 0.27% | - |
| HSV(B) | 240º | 0.99% | 0.55% | - |
| XYZ | 4.68 | 1.89 | 24.54 | - |
| YUV | 16.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 139 | 0.99 | 0.99 | 0 | 0.45 | 240 | 0.99 | 0.27 |
| Hex | 1 | 1 | 8B | 63 | 63 | 0 | 2D | F0 | 63 | 1B |
| Octal | 1 | 1 | 213 | 143 | 143 | 0 | 55 | 360 | 143 | 33 |
| Binary | 1 | 1 | 10001011 | 1100011 | 1100011 | 0 | 101101 | 11110000 | 1100011 | 11011 |
Color Harmonies of #01018B
Complementary color
Monochromatic Colors of #01018B
Black with #01018B
Text Example
Text Example
White with #01018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01018B; }
p { color: rgb(1,1,139); }
H1.HeaderClassName
{
color: #01018B;
}
.AnyTagClassName
{
color: #01018B;
}
</style>
background-color css
<style>
a { background-color: #01018B; }
a { background-color: rgb(1,1,139); }
div.DivClassName
{
background-color: #01018B;
}
.BgClassName
{
background-color: #01018B;
}
</style>
border-color css
<style>
span { border-color: #01018B; }
span { border-color: rgb(1,1,139); }
td.TdClassName
{
border-color: #01018B;
}
.TagClassName
{
border-color: #01018B;
}
</style>