Shades of Medium Blue #1009DB
Tints of Medium Blue #1009DB
RGB
CMYK
RGB Variations
Color information
#1009DB (or 0x1009DB) is known color: Medium Blue. HEX triplet: 10, 09 and DB. RGB value is (16,9,219). Sum of RGB (Red+Green+Blue) = 16+9+219=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #1009DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009DB is #EFF624. Grayscale: #222222. Windows color (decimal): -15726117 or 14354704. OLE color: 14354704.
HSL color Cylindrical-coordinate representation of color #1009DB: hue angle of 242º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1009DB is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 9 | 219 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.14 |
| HSL | 242º | 0.92% | 0.45% | - |
| HSV(B) | 242º | 0.96% | 0.86% | - |
| XYZ | 13.1 | 5.42 | 67.37 | - |
| YUV | 35.03 | 231.82 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 219 | 0.93 | 0.96 | 0 | 0.14 | 242 | 0.92 | 0.45 |
| Hex | 10 | 9 | DB | 5D | 60 | 0 | E | F2 | 5C | 2D |
| Octal | 20 | 11 | 333 | 135 | 140 | 0 | 16 | 362 | 134 | 55 |
| Binary | 10000 | 1001 | 11011011 | 1011101 | 1100000 | 0 | 1110 | 11110010 | 1011100 | 101101 |
Color Harmonies of #1009DB
Complementary color
Monochromatic Colors of #1009DB
Black with #1009DB
Text Example
Text Example
White with #1009DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009DB; }
p { color: rgb(16,9,219); }
H1.HeaderClassName
{
color: #1009DB;
}
.AnyTagClassName
{
color: #1009DB;
}
</style>
background-color css
<style>
a { background-color: #1009DB; }
a { background-color: rgb(16,9,219); }
div.DivClassName
{
background-color: #1009DB;
}
.BgClassName
{
background-color: #1009DB;
}
</style>
border-color css
<style>
span { border-color: #1009DB; }
span { border-color: rgb(16,9,219); }
td.TdClassName
{
border-color: #1009DB;
}
.TagClassName
{
border-color: #1009DB;
}
</style>