Shades of Medium Blue #0921DB
Tints of Medium Blue #0921DB
RGB
CMYK
RGB Variations
Color information
#0921DB (or 0x0921DB) is known color: Medium Blue. HEX triplet: 09, 21 and DB. RGB value is (9,33,219). Sum of RGB (Red+Green+Blue) = 9+33+219=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #0921DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0921DB is #F6DE24. Grayscale: #2E2E2E. Windows color (decimal): -16178725 or 14360841. OLE color: 14360841.
HSL color Cylindrical-coordinate representation of color #0921DB: hue angle of 233.14º 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 #0921DB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 33 | 219 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.14 |
| HSL | 233.14º | 0.92% | 0.45% | - |
| HSV(B) | 233.14º | 0.96% | 0.86% | - |
| XYZ | 13.44 | 6.26 | 67.52 | - |
| YUV | 47.03 | 225.05 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 219 | 0.96 | 0.85 | 0 | 0.14 | 233.14 | 0.92 | 0.45 |
| Hex | 9 | 21 | DB | 60 | 55 | 0 | E | E9 | 5C | 2D |
| Octal | 11 | 41 | 333 | 140 | 125 | 0 | 16 | 351 | 134 | 55 |
| Binary | 1001 | 100001 | 11011011 | 1100000 | 1010101 | 0 | 1110 | 11101001 | 1011100 | 101101 |
Color Harmonies of #0921DB
Complementary color
Monochromatic Colors of #0921DB
Black with #0921DB
Text Example
Text Example
White with #0921DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0921DB; }
p { color: rgb(9,33,219); }
H1.HeaderClassName
{
color: #0921DB;
}
.AnyTagClassName
{
color: #0921DB;
}
</style>
background-color css
<style>
a { background-color: #0921DB; }
a { background-color: rgb(9,33,219); }
div.DivClassName
{
background-color: #0921DB;
}
.BgClassName
{
background-color: #0921DB;
}
</style>
border-color css
<style>
span { border-color: #0921DB; }
span { border-color: rgb(9,33,219); }
td.TdClassName
{
border-color: #0921DB;
}
.TagClassName
{
border-color: #0921DB;
}
</style>