Shades of Persian Blue #0937CA
Tints of Persian Blue #0937CA
RGB
CMYK
RGB Variations
Color information
#0937CA (or 0x0937CA) is known color: Persian Blue. HEX triplet: 09, 37 and CA. RGB value is (9,55,202). Sum of RGB (Red+Green+Blue) = 9+55+202=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #0937CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937CA is #F6C835. Grayscale: #393939. Windows color (decimal): -16173110 or 13252361. OLE color: 13252361.
HSL color Cylindrical-coordinate representation of color #0937CA: hue angle of 225.7º 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 #0937CA is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 55 | 202 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.21 |
| HSL | 225.7º | 0.91% | 0.41% | - |
| HSV(B) | 225.7º | 0.96% | 0.79% | - |
| XYZ | 12.14 | 7.05 | 56.6 | - |
| YUV | 58 | 209.26 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 202 | 0.96 | 0.73 | 0 | 0.21 | 225.7 | 0.91 | 0.41 |
| Hex | 9 | 37 | CA | 60 | 49 | 0 | 15 | E2 | 5B | 29 |
| Octal | 11 | 67 | 312 | 140 | 111 | 0 | 25 | 342 | 133 | 51 |
| Binary | 1001 | 110111 | 11001010 | 1100000 | 1001001 | 0 | 10101 | 11100010 | 1011011 | 101001 |
Color Harmonies of #0937CA
Complementary color
Monochromatic Colors of #0937CA
Black with #0937CA
Text Example
Text Example
White with #0937CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937CA; }
p { color: rgb(9,55,202); }
H1.HeaderClassName
{
color: #0937CA;
}
.AnyTagClassName
{
color: #0937CA;
}
</style>
background-color css
<style>
a { background-color: #0937CA; }
a { background-color: rgb(9,55,202); }
div.DivClassName
{
background-color: #0937CA;
}
.BgClassName
{
background-color: #0937CA;
}
</style>
border-color css
<style>
span { border-color: #0937CA; }
span { border-color: rgb(9,55,202); }
td.TdClassName
{
border-color: #0937CA;
}
.TagClassName
{
border-color: #0937CA;
}
</style>