Shades of Persian Blue #0941CA
Tints of Persian Blue #0941CA
RGB
CMYK
RGB Variations
Color information
#0941CA (or 0x0941CA) is known color: Persian Blue. HEX triplet: 09, 41 and CA. RGB value is (9,65,202). Sum of RGB (Red+Green+Blue) = 9+65+202=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #0941CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0941CA is #F6BE35. Grayscale: #3F3F3F. Windows color (decimal): -16170550 or 13254921. OLE color: 13254921.
HSL color Cylindrical-coordinate representation of color #0941CA: hue angle of 222.59º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0941CA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 65 | 202 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.21 |
| HSL | 222.59º | 0.91% | 0.41% | - |
| HSV(B) | 222.59º | 0.96% | 0.79% | - |
| XYZ | 12.66 | 8.1 | 56.77 | - |
| YUV | 63.87 | 205.95 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 202 | 0.96 | 0.68 | 0 | 0.21 | 222.59 | 0.91 | 0.41 |
| Hex | 9 | 41 | CA | 60 | 44 | 0 | 15 | DF | 5B | 29 |
| Octal | 11 | 101 | 312 | 140 | 104 | 0 | 25 | 337 | 133 | 51 |
| Binary | 1001 | 1000001 | 11001010 | 1100000 | 1000100 | 0 | 10101 | 11011111 | 1011011 | 101001 |
Color Harmonies of #0941CA
Complementary color
Monochromatic Colors of #0941CA
Black with #0941CA
Text Example
Text Example
White with #0941CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0941CA; }
p { color: rgb(9,65,202); }
H1.HeaderClassName
{
color: #0941CA;
}
.AnyTagClassName
{
color: #0941CA;
}
</style>
background-color css
<style>
a { background-color: #0941CA; }
a { background-color: rgb(9,65,202); }
div.DivClassName
{
background-color: #0941CA;
}
.BgClassName
{
background-color: #0941CA;
}
</style>
border-color css
<style>
span { border-color: #0941CA; }
span { border-color: rgb(9,65,202); }
td.TdClassName
{
border-color: #0941CA;
}
.TagClassName
{
border-color: #0941CA;
}
</style>