Shades of Persian Blue #0934CE
Tints of Persian Blue #0934CE
RGB
CMYK
RGB Variations
Color information
#0934CE (or 0x0934CE) is known color: Persian Blue. HEX triplet: 09, 34 and CE. RGB value is (9,52,206). Sum of RGB (Red+Green+Blue) = 9+52+206=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #0934CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934CE is #F6CB31. Grayscale: #383838. Windows color (decimal): -16173874 or 13513737. OLE color: 13513737.
HSL color Cylindrical-coordinate representation of color #0934CE: hue angle of 226.9º 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 #0934CE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 52 | 206 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.19 |
| HSL | 226.9º | 0.92% | 0.42% | - |
| HSV(B) | 226.9º | 0.96% | 0.81% | - |
| XYZ | 12.48 | 6.97 | 59.08 | - |
| YUV | 56.7 | 212.25 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 206 | 0.96 | 0.75 | 0 | 0.19 | 226.9 | 0.92 | 0.42 |
| Hex | 9 | 34 | CE | 60 | 4B | 0 | 13 | E3 | 5C | 2A |
| Octal | 11 | 64 | 316 | 140 | 113 | 0 | 23 | 343 | 134 | 52 |
| Binary | 1001 | 110100 | 11001110 | 1100000 | 1001011 | 0 | 10011 | 11100011 | 1011100 | 101010 |
Color Harmonies of #0934CE
Complementary color
Monochromatic Colors of #0934CE
Black with #0934CE
Text Example
Text Example
White with #0934CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934CE; }
p { color: rgb(9,52,206); }
H1.HeaderClassName
{
color: #0934CE;
}
.AnyTagClassName
{
color: #0934CE;
}
</style>
background-color css
<style>
a { background-color: #0934CE; }
a { background-color: rgb(9,52,206); }
div.DivClassName
{
background-color: #0934CE;
}
.BgClassName
{
background-color: #0934CE;
}
</style>
border-color css
<style>
span { border-color: #0934CE; }
span { border-color: rgb(9,52,206); }
td.TdClassName
{
border-color: #0934CE;
}
.TagClassName
{
border-color: #0934CE;
}
</style>