Shades of Persian Blue #0930CE
Tints of Persian Blue #0930CE
RGB
CMYK
RGB Variations
Color information
#0930CE (or 0x0930CE) is known color: Persian Blue. HEX triplet: 09, 30 and CE. RGB value is (9,48,206). Sum of RGB (Red+Green+Blue) = 9+48+206=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #0930CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930CE is #F6CF31. Grayscale: #353535. Windows color (decimal): -16174898 or 13512713. OLE color: 13512713.
HSL color Cylindrical-coordinate representation of color #0930CE: hue angle of 228.12º 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 #0930CE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 48 | 206 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.19 |
| HSL | 228.12º | 0.92% | 0.42% | - |
| HSV(B) | 228.12º | 0.96% | 0.81% | - |
| XYZ | 12.31 | 6.63 | 59.02 | - |
| YUV | 54.35 | 213.58 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 206 | 0.96 | 0.77 | 0 | 0.19 | 228.12 | 0.92 | 0.42 |
| Hex | 9 | 30 | CE | 60 | 4D | 0 | 13 | E4 | 5C | 2A |
| Octal | 11 | 60 | 316 | 140 | 115 | 0 | 23 | 344 | 134 | 52 |
| Binary | 1001 | 110000 | 11001110 | 1100000 | 1001101 | 0 | 10011 | 11100100 | 1011100 | 101010 |
Color Harmonies of #0930CE
Complementary color
Monochromatic Colors of #0930CE
Black with #0930CE
Text Example
Text Example
White with #0930CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0930CE; }
p { color: rgb(9,48,206); }
H1.HeaderClassName
{
color: #0930CE;
}
.AnyTagClassName
{
color: #0930CE;
}
</style>
background-color css
<style>
a { background-color: #0930CE; }
a { background-color: rgb(9,48,206); }
div.DivClassName
{
background-color: #0930CE;
}
.BgClassName
{
background-color: #0930CE;
}
</style>
border-color css
<style>
span { border-color: #0930CE; }
span { border-color: rgb(9,48,206); }
td.TdClassName
{
border-color: #0930CE;
}
.TagClassName
{
border-color: #0930CE;
}
</style>