Shades of Persian Blue #0933CE
Tints of Persian Blue #0933CE
RGB
CMYK
RGB Variations
Color information
#0933CE (or 0x0933CE) is known color: Persian Blue. HEX triplet: 09, 33 and CE. RGB value is (9,51,206). Sum of RGB (Red+Green+Blue) = 9+51+206=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #0933CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0933CE is #F6CC31. Grayscale: #373737. Windows color (decimal): -16174130 or 13513481. OLE color: 13513481.
HSL color Cylindrical-coordinate representation of color #0933CE: hue angle of 227.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0933CE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 51 | 206 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.19 |
| HSL | 227.21º | 0.92% | 0.42% | - |
| HSV(B) | 227.21º | 0.96% | 0.81% | - |
| XYZ | 12.44 | 6.88 | 59.07 | - |
| YUV | 56.11 | 212.59 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 206 | 0.96 | 0.75 | 0 | 0.19 | 227.21 | 0.92 | 0.42 |
| Hex | 9 | 33 | CE | 60 | 4B | 0 | 13 | E3 | 5C | 2A |
| Octal | 11 | 63 | 316 | 140 | 113 | 0 | 23 | 343 | 134 | 52 |
| Binary | 1001 | 110011 | 11001110 | 1100000 | 1001011 | 0 | 10011 | 11100011 | 1011100 | 101010 |
Color Harmonies of #0933CE
Complementary color
Monochromatic Colors of #0933CE
Black with #0933CE
Text Example
Text Example
White with #0933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933CE; }
p { color: rgb(9,51,206); }
H1.HeaderClassName
{
color: #0933CE;
}
.AnyTagClassName
{
color: #0933CE;
}
</style>
background-color css
<style>
a { background-color: #0933CE; }
a { background-color: rgb(9,51,206); }
div.DivClassName
{
background-color: #0933CE;
}
.BgClassName
{
background-color: #0933CE;
}
</style>
border-color css
<style>
span { border-color: #0933CE; }
span { border-color: rgb(9,51,206); }
td.TdClassName
{
border-color: #0933CE;
}
.TagClassName
{
border-color: #0933CE;
}
</style>