Shades of Medium Blue #1816DB
Tints of Medium Blue #1816DB
RGB
CMYK
RGB Variations
Color information
#1816DB (or 0x1816DB) is known color: Medium Blue. HEX triplet: 18, 16 and DB. RGB value is (24,22,219). Sum of RGB (Red+Green+Blue) = 24+22+219=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #1816DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816DB is #E7E924. Grayscale: #2C2C2C. Windows color (decimal): -15198501 or 14358040. OLE color: 14358040.
HSL color Cylindrical-coordinate representation of color #1816DB: hue angle of 240.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1816DB is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 22 | 219 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.14 |
| HSL | 240.61º | 0.82% | 0.47% | - |
| HSV(B) | 240.61º | 0.9% | 0.86% | - |
| XYZ | 13.45 | 5.88 | 67.44 | - |
| YUV | 45.06 | 226.16 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 219 | 0.89 | 0.90 | 0 | 0.14 | 240.61 | 0.82 | 0.47 |
| Hex | 18 | 16 | DB | 59 | 5A | 0 | E | F1 | 52 | 2F |
| Octal | 30 | 26 | 333 | 131 | 132 | 0 | 16 | 361 | 122 | 57 |
| Binary | 11000 | 10110 | 11011011 | 1011001 | 1011010 | 0 | 1110 | 11110001 | 1010010 | 101111 |
Color Harmonies of #1816DB
Complementary color
Monochromatic Colors of #1816DB
Black with #1816DB
Text Example
Text Example
White with #1816DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1816DB; }
p { color: rgb(24,22,219); }
H1.HeaderClassName
{
color: #1816DB;
}
.AnyTagClassName
{
color: #1816DB;
}
</style>
background-color css
<style>
a { background-color: #1816DB; }
a { background-color: rgb(24,22,219); }
div.DivClassName
{
background-color: #1816DB;
}
.BgClassName
{
background-color: #1816DB;
}
</style>
border-color css
<style>
span { border-color: #1816DB; }
span { border-color: rgb(24,22,219); }
td.TdClassName
{
border-color: #1816DB;
}
.TagClassName
{
border-color: #1816DB;
}
</style>