Shades of Medium Blue #1609DB
Tints of Medium Blue #1609DB
RGB
CMYK
RGB Variations
Color information
#1609DB (or 0x1609DB) is known color: Medium Blue. HEX triplet: 16, 09 and DB. RGB value is (22,9,219). Sum of RGB (Red+Green+Blue) = 22+9+219=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #1609DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1609DB is #E9F624. Grayscale: #242424. Windows color (decimal): -15332901 or 14354710. OLE color: 14354710.
HSL color Cylindrical-coordinate representation of color #1609DB: hue angle of 243.71º 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 #1609DB is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 9 | 219 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.14 |
| HSL | 243.71º | 0.92% | 0.45% | - |
| HSV(B) | 243.71º | 0.96% | 0.86% | - |
| XYZ | 13.21 | 5.48 | 67.38 | - |
| YUV | 36.83 | 230.81 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 219 | 0.90 | 0.96 | 0 | 0.14 | 243.71 | 0.92 | 0.45 |
| Hex | 16 | 9 | DB | 5A | 60 | 0 | E | F4 | 5C | 2D |
| Octal | 26 | 11 | 333 | 132 | 140 | 0 | 16 | 364 | 134 | 55 |
| Binary | 10110 | 1001 | 11011011 | 1011010 | 1100000 | 0 | 1110 | 11110100 | 1011100 | 101101 |
Color Harmonies of #1609DB
Complementary color
Monochromatic Colors of #1609DB
Black with #1609DB
Text Example
Text Example
White with #1609DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1609DB; }
p { color: rgb(22,9,219); }
H1.HeaderClassName
{
color: #1609DB;
}
.AnyTagClassName
{
color: #1609DB;
}
</style>
background-color css
<style>
a { background-color: #1609DB; }
a { background-color: rgb(22,9,219); }
div.DivClassName
{
background-color: #1609DB;
}
.BgClassName
{
background-color: #1609DB;
}
</style>
border-color css
<style>
span { border-color: #1609DB; }
span { border-color: rgb(22,9,219); }
td.TdClassName
{
border-color: #1609DB;
}
.TagClassName
{
border-color: #1609DB;
}
</style>