Shades of Medium Blue #1608DB
Tints of Medium Blue #1608DB
RGB
CMYK
RGB Variations
Color information
#1608DB (or 0x1608DB) is known color: Medium Blue. HEX triplet: 16, 08 and DB. RGB value is (22,8,219). Sum of RGB (Red+Green+Blue) = 22+8+219=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #1608DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1608DB is #E9F724. Grayscale: #232323. Windows color (decimal): -15333157 or 14354454. OLE color: 14354454.
HSL color Cylindrical-coordinate representation of color #1608DB: hue angle of 243.98º degrees, saturation: 0.93, 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 #1608DB is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 8 | 219 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.14 |
| HSL | 243.98º | 0.93% | 0.45% | - |
| HSV(B) | 243.98º | 0.96% | 0.86% | - |
| XYZ | 13.2 | 5.46 | 67.38 | - |
| YUV | 36.24 | 231.14 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 219 | 0.90 | 0.96 | 0 | 0.14 | 243.98 | 0.93 | 0.45 |
| Hex | 16 | 8 | DB | 5A | 60 | 0 | E | F4 | 5D | 2D |
| Octal | 26 | 10 | 333 | 132 | 140 | 0 | 16 | 364 | 135 | 55 |
| Binary | 10110 | 1000 | 11011011 | 1011010 | 1100000 | 0 | 1110 | 11110100 | 1011101 | 101101 |
Color Harmonies of #1608DB
Complementary color
Monochromatic Colors of #1608DB
Black with #1608DB
Text Example
Text Example
White with #1608DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1608DB; }
p { color: rgb(22,8,219); }
H1.HeaderClassName
{
color: #1608DB;
}
.AnyTagClassName
{
color: #1608DB;
}
</style>
background-color css
<style>
a { background-color: #1608DB; }
a { background-color: rgb(22,8,219); }
div.DivClassName
{
background-color: #1608DB;
}
.BgClassName
{
background-color: #1608DB;
}
</style>
border-color css
<style>
span { border-color: #1608DB; }
span { border-color: rgb(22,8,219); }
td.TdClassName
{
border-color: #1608DB;
}
.TagClassName
{
border-color: #1608DB;
}
</style>