Shades of Medium Blue #0013DA
Tints of Medium Blue #0013DA
RGB
CMYK
RGB Variations
Color information
#0013DA (or 0x0013DA) is known color: Medium Blue. HEX triplet: 00, 13 and DA. RGB value is (0,19,218). Sum of RGB (Red+Green+Blue) = 0+19+218=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #0013DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013DA is #FFEC25. Grayscale: #232323. Windows color (decimal): -16772134 or 14291712. OLE color: 14291712.
HSL color Cylindrical-coordinate representation of color #0013DA: hue angle of 234.77º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013DA is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 19 | 218 | - |
| CMYK | 1 | 0.91 | 0 | 0.15 |
| HSL | 234.77º | 1% | 0.43% | - |
| HSV(B) | 234.77º | 1% | 0.85% | - |
| XYZ | 12.89 | 5.53 | 66.72 | - |
| YUV | 36.01 | 230.71 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 218 | 1 | 0.91 | 0 | 0.15 | 234.77 | 1 | 0.43 |
| Hex | 0 | 13 | DA | 64 | 5B | 0 | F | EB | 64 | 2B |
| Octal | 0 | 23 | 332 | 144 | 133 | 0 | 17 | 353 | 144 | 53 |
| Binary | 0 | 10011 | 11011010 | 1100100 | 1011011 | 0 | 1111 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0013DA
Complementary color
Monochromatic Colors of #0013DA
Black with #0013DA
Text Example
Text Example
White with #0013DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013DA; }
p { color: rgb(0,19,218); }
H1.HeaderClassName
{
color: #0013DA;
}
.AnyTagClassName
{
color: #0013DA;
}
</style>
background-color css
<style>
a { background-color: #0013DA; }
a { background-color: rgb(0,19,218); }
div.DivClassName
{
background-color: #0013DA;
}
.BgClassName
{
background-color: #0013DA;
}
</style>
border-color css
<style>
span { border-color: #0013DA; }
span { border-color: rgb(0,19,218); }
td.TdClassName
{
border-color: #0013DA;
}
.TagClassName
{
border-color: #0013DA;
}
</style>