Shades of Medium Blue #1C18DB
Tints of Medium Blue #1C18DB
RGB
CMYK
RGB Variations
Color information
#1C18DB (or 0x1C18DB) is known color: Medium Blue. HEX triplet: 1C, 18 and DB. RGB value is (28,24,219). Sum of RGB (Red+Green+Blue) = 28+24+219=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C18DB is #E3E724. Grayscale: #2E2E2E. Windows color (decimal): -14935845 or 14358556. OLE color: 14358556.
HSL color Cylindrical-coordinate representation of color #1C18DB: hue angle of 241.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C18DB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 24 | 219 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.14 |
| HSL | 241.23º | 0.8% | 0.48% | - |
| HSV(B) | 241.23º | 0.89% | 0.86% | - |
| XYZ | 13.59 | 6.01 | 67.46 | - |
| YUV | 47.43 | 224.83 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 219 | 0.87 | 0.89 | 0 | 0.14 | 241.23 | 0.8 | 0.48 |
| Hex | 1C | 18 | DB | 57 | 59 | 0 | E | F1 | 50 | 30 |
| Octal | 34 | 30 | 333 | 127 | 131 | 0 | 16 | 361 | 120 | 60 |
| Binary | 11100 | 11000 | 11011011 | 1010111 | 1011001 | 0 | 1110 | 11110001 | 1010000 | 110000 |
Color Harmonies of #1C18DB
Complementary color
Monochromatic Colors of #1C18DB
Black with #1C18DB
Text Example
Text Example
White with #1C18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C18DB; }
p { color: rgb(28,24,219); }
H1.HeaderClassName
{
color: #1C18DB;
}
.AnyTagClassName
{
color: #1C18DB;
}
</style>
background-color css
<style>
a { background-color: #1C18DB; }
a { background-color: rgb(28,24,219); }
div.DivClassName
{
background-color: #1C18DB;
}
.BgClassName
{
background-color: #1C18DB;
}
</style>
border-color css
<style>
span { border-color: #1C18DB; }
span { border-color: rgb(28,24,219); }
td.TdClassName
{
border-color: #1C18DB;
}
.TagClassName
{
border-color: #1C18DB;
}
</style>