Shades of Persian Blue #0923CA
Tints of Persian Blue #0923CA
RGB
CMYK
RGB Variations
Color information
#0923CA (or 0x0923CA) is known color: Persian Blue. HEX triplet: 09, 23 and CA. RGB value is (9,35,202). Sum of RGB (Red+Green+Blue) = 9+35+202=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #0923CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0923CA is #F6DC35. Grayscale: #2D2D2D. Windows color (decimal): -16178230 or 13247241. OLE color: 13247241.
HSL color Cylindrical-coordinate representation of color #0923CA: hue angle of 231.92º 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 #0923CA is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 35 | 202 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.21 |
| HSL | 231.92º | 0.91% | 0.41% | - |
| HSV(B) | 231.92º | 0.96% | 0.79% | - |
| XYZ | 11.37 | 5.52 | 56.34 | - |
| YUV | 46.26 | 215.89 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 202 | 0.96 | 0.83 | 0 | 0.21 | 231.92 | 0.91 | 0.41 |
| Hex | 9 | 23 | CA | 60 | 53 | 0 | 15 | E8 | 5B | 29 |
| Octal | 11 | 43 | 312 | 140 | 123 | 0 | 25 | 350 | 133 | 51 |
| Binary | 1001 | 100011 | 11001010 | 1100000 | 1010011 | 0 | 10101 | 11101000 | 1011011 | 101001 |
Color Harmonies of #0923CA
Complementary color
Monochromatic Colors of #0923CA
Black with #0923CA
Text Example
Text Example
White with #0923CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0923CA; }
p { color: rgb(9,35,202); }
H1.HeaderClassName
{
color: #0923CA;
}
.AnyTagClassName
{
color: #0923CA;
}
</style>
background-color css
<style>
a { background-color: #0923CA; }
a { background-color: rgb(9,35,202); }
div.DivClassName
{
background-color: #0923CA;
}
.BgClassName
{
background-color: #0923CA;
}
</style>
border-color css
<style>
span { border-color: #0923CA; }
span { border-color: rgb(9,35,202); }
td.TdClassName
{
border-color: #0923CA;
}
.TagClassName
{
border-color: #0923CA;
}
</style>