Shades of Persian Blue #0941DB
Tints of Persian Blue #0941DB
RGB
CMYK
RGB Variations
Color information
#0941DB (or 0x0941DB) is known color: Persian Blue. HEX triplet: 09, 41 and DB. RGB value is (9,65,219). Sum of RGB (Red+Green+Blue) = 9+65+219=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #0941DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0941DB is #F6BE24. Grayscale: #414141. Windows color (decimal): -16170533 or 14369033. OLE color: 14369033.
HSL color Cylindrical-coordinate representation of color #0941DB: hue angle of 224º 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 #0941DB is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 65 | 219 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.14 |
| HSL | 224º | 0.92% | 0.45% | - |
| HSV(B) | 224º | 0.96% | 0.86% | - |
| XYZ | 14.79 | 8.95 | 67.97 | - |
| YUV | 65.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 219 | 0.96 | 0.70 | 0 | 0.14 | 224 | 0.92 | 0.45 |
| Hex | 9 | 41 | DB | 60 | 46 | 0 | E | E0 | 5C | 2D |
| Octal | 11 | 101 | 333 | 140 | 106 | 0 | 16 | 340 | 134 | 55 |
| Binary | 1001 | 1000001 | 11011011 | 1100000 | 1000110 | 0 | 1110 | 11100000 | 1011100 | 101101 |
Color Harmonies of #0941DB
Complementary color
Monochromatic Colors of #0941DB
Black with #0941DB
Text Example
Text Example
White with #0941DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0941DB; }
p { color: rgb(9,65,219); }
H1.HeaderClassName
{
color: #0941DB;
}
.AnyTagClassName
{
color: #0941DB;
}
</style>
background-color css
<style>
a { background-color: #0941DB; }
a { background-color: rgb(9,65,219); }
div.DivClassName
{
background-color: #0941DB;
}
.BgClassName
{
background-color: #0941DB;
}
</style>
border-color css
<style>
span { border-color: #0941DB; }
span { border-color: rgb(9,65,219); }
td.TdClassName
{
border-color: #0941DB;
}
.TagClassName
{
border-color: #0941DB;
}
</style>