Shades of Medium Blue #1812DB
Tints of Medium Blue #1812DB
RGB
CMYK
RGB Variations
Color information
#1812DB (or 0x1812DB) is known color: Medium Blue. HEX triplet: 18, 12 and DB. RGB value is (24,18,219). Sum of RGB (Red+Green+Blue) = 24+18+219=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #1812DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812DB is #E7ED24. Grayscale: #292929. Windows color (decimal): -15199525 or 14357016. OLE color: 14357016.
HSL color Cylindrical-coordinate representation of color #1812DB: hue angle of 241.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1812DB is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 18 | 219 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.14 |
| HSL | 241.79º | 0.85% | 0.46% | - |
| HSV(B) | 241.79º | 0.92% | 0.86% | - |
| XYZ | 13.38 | 5.74 | 67.42 | - |
| YUV | 42.71 | 227.49 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 219 | 0.89 | 0.92 | 0 | 0.14 | 241.79 | 0.85 | 0.46 |
| Hex | 18 | 12 | DB | 59 | 5C | 0 | E | F2 | 55 | 2E |
| Octal | 30 | 22 | 333 | 131 | 134 | 0 | 16 | 362 | 125 | 56 |
| Binary | 11000 | 10010 | 11011011 | 1011001 | 1011100 | 0 | 1110 | 11110010 | 1010101 | 101110 |
Color Harmonies of #1812DB
Complementary color
Monochromatic Colors of #1812DB
Black with #1812DB
Text Example
Text Example
White with #1812DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812DB; }
p { color: rgb(24,18,219); }
H1.HeaderClassName
{
color: #1812DB;
}
.AnyTagClassName
{
color: #1812DB;
}
</style>
background-color css
<style>
a { background-color: #1812DB; }
a { background-color: rgb(24,18,219); }
div.DivClassName
{
background-color: #1812DB;
}
.BgClassName
{
background-color: #1812DB;
}
</style>
border-color css
<style>
span { border-color: #1812DB; }
span { border-color: rgb(24,18,219); }
td.TdClassName
{
border-color: #1812DB;
}
.TagClassName
{
border-color: #1812DB;
}
</style>