Shades of Medium Blue #0105DB
Tints of Medium Blue #0105DB
RGB
CMYK
RGB Variations
Color information
#0105DB (or 0x0105DB) is known color: Medium Blue. HEX triplet: 01, 05 and DB. RGB value is (1,5,219). Sum of RGB (Red+Green+Blue) = 1+5+219=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 219 (85.94% from 255 or 97.33% from 225); Max value from RGB is 219 - color contains mainly: blue. Hex color #0105DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0105DB is #FEFA24. Grayscale: #1B1B1B. Windows color (decimal): -16710181 or 14353665. OLE color: 14353665.
HSL color Cylindrical-coordinate representation of color #0105DB: hue angle of 238.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0105DB is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 5 | 219 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.14 |
| HSL | 238.9º | 0.99% | 0.43% | - |
| HSV(B) | 238.9º | 1% | 0.86% | - |
| XYZ | 12.85 | 5.23 | 67.35 | - |
| YUV | 28.2 | 235.67 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 219 | 1.00 | 0.98 | 0 | 0.14 | 238.9 | 0.99 | 0.43 |
| Hex | 1 | 5 | DB | 64 | 62 | 0 | E | EF | 63 | 2B |
| Octal | 1 | 5 | 333 | 144 | 142 | 0 | 16 | 357 | 143 | 53 |
| Binary | 1 | 101 | 11011011 | 1100100 | 1100010 | 0 | 1110 | 11101111 | 1100011 | 101011 |
Color Harmonies of #0105DB
Complementary color
Monochromatic Colors of #0105DB
Black with #0105DB
Text Example
Text Example
White with #0105DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0105DB; }
p { color: rgb(1,5,219); }
H1.HeaderClassName
{
color: #0105DB;
}
.AnyTagClassName
{
color: #0105DB;
}
</style>
background-color css
<style>
a { background-color: #0105DB; }
a { background-color: rgb(1,5,219); }
div.DivClassName
{
background-color: #0105DB;
}
.BgClassName
{
background-color: #0105DB;
}
</style>
border-color css
<style>
span { border-color: #0105DB; }
span { border-color: rgb(1,5,219); }
td.TdClassName
{
border-color: #0105DB;
}
.TagClassName
{
border-color: #0105DB;
}
</style>