Shades of Persian Blue #0934CA
Tints of Persian Blue #0934CA
RGB
CMYK
RGB Variations
Color information
#0934CA (or 0x0934CA) is known color: Persian Blue. HEX triplet: 09, 34 and CA. RGB value is (9,52,202). Sum of RGB (Red+Green+Blue) = 9+52+202=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #0934CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934CA is #F6CB35. Grayscale: #373737. Windows color (decimal): -16173878 or 13251593. OLE color: 13251593.
HSL color Cylindrical-coordinate representation of color #0934CA: hue angle of 226.63º 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 #0934CA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 52 | 202 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.21 |
| HSL | 226.63º | 0.91% | 0.41% | - |
| HSV(B) | 226.63º | 0.96% | 0.79% | - |
| XYZ | 12 | 6.78 | 56.55 | - |
| YUV | 56.24 | 210.25 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 202 | 0.96 | 0.74 | 0 | 0.21 | 226.63 | 0.91 | 0.41 |
| Hex | 9 | 34 | CA | 60 | 4A | 0 | 15 | E3 | 5B | 29 |
| Octal | 11 | 64 | 312 | 140 | 112 | 0 | 25 | 343 | 133 | 51 |
| Binary | 1001 | 110100 | 11001010 | 1100000 | 1001010 | 0 | 10101 | 11100011 | 1011011 | 101001 |
Color Harmonies of #0934CA
Complementary color
Monochromatic Colors of #0934CA
Black with #0934CA
Text Example
Text Example
White with #0934CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934CA; }
p { color: rgb(9,52,202); }
H1.HeaderClassName
{
color: #0934CA;
}
.AnyTagClassName
{
color: #0934CA;
}
</style>
background-color css
<style>
a { background-color: #0934CA; }
a { background-color: rgb(9,52,202); }
div.DivClassName
{
background-color: #0934CA;
}
.BgClassName
{
background-color: #0934CA;
}
</style>
border-color css
<style>
span { border-color: #0934CA; }
span { border-color: rgb(9,52,202); }
td.TdClassName
{
border-color: #0934CA;
}
.TagClassName
{
border-color: #0934CA;
}
</style>