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