Shades of Medium Blue #0013DB
Tints of Medium Blue #0013DB
RGB
CMYK
RGB Variations
Color information
#0013DB (or 0x0013DB) is known color: Medium Blue. HEX triplet: 00, 13 and DB. RGB value is (0,19,219). Sum of RGB (Red+Green+Blue) = 0+19+219=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 219 (85.94% from 255 or 92.02% from 238); Max value from RGB is 219 - color contains mainly: blue. Hex color #0013DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013DB is #FFEC24. Grayscale: #232323. Windows color (decimal): -16772133 or 14357248. OLE color: 14357248.
HSL color Cylindrical-coordinate representation of color #0013DB: hue angle of 234.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013DB is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 19 | 219 | - |
| CMYK | 1 | 0.91 | 0 | 0.14 |
| HSL | 234.79º | 1% | 0.43% | - |
| HSV(B) | 234.79º | 1% | 0.86% | - |
| XYZ | 13.02 | 5.58 | 67.41 | - |
| YUV | 36.12 | 231.21 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 219 | 1 | 0.91 | 0 | 0.14 | 234.79 | 1 | 0.43 |
| Hex | 0 | 13 | DB | 64 | 5B | 0 | E | EB | 64 | 2B |
| Octal | 0 | 23 | 333 | 144 | 133 | 0 | 16 | 353 | 144 | 53 |
| Binary | 0 | 10011 | 11011011 | 1100100 | 1011011 | 0 | 1110 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0013DB
Complementary color
Monochromatic Colors of #0013DB
Black with #0013DB
Text Example
Text Example
White with #0013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013DB; }
p { color: rgb(0,19,219); }
H1.HeaderClassName
{
color: #0013DB;
}
.AnyTagClassName
{
color: #0013DB;
}
</style>
background-color css
<style>
a { background-color: #0013DB; }
a { background-color: rgb(0,19,219); }
div.DivClassName
{
background-color: #0013DB;
}
.BgClassName
{
background-color: #0013DB;
}
</style>
border-color css
<style>
span { border-color: #0013DB; }
span { border-color: rgb(0,19,219); }
td.TdClassName
{
border-color: #0013DB;
}
.TagClassName
{
border-color: #0013DB;
}
</style>