Shades of Persian Blue #093ACE
Tints of Persian Blue #093ACE
RGB
CMYK
RGB Variations
Color information
#093ACE (or 0x093ACE) is known color: Persian Blue. HEX triplet: 09, 3A and CE. RGB value is (9,58,206). Sum of RGB (Red+Green+Blue) = 9+58+206=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #093ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ACE is #F6C531. Grayscale: #3B3B3B. Windows color (decimal): -16172338 or 13515273. OLE color: 13515273.
HSL color Cylindrical-coordinate representation of color #093ACE: hue angle of 225.08º 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 #093ACE is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 58 | 206 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.19 |
| HSL | 225.08º | 0.92% | 0.42% | - |
| HSV(B) | 225.08º | 0.96% | 0.81% | - |
| XYZ | 12.77 | 7.54 | 59.18 | - |
| YUV | 60.22 | 210.27 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 206 | 0.96 | 0.72 | 0 | 0.19 | 225.08 | 0.92 | 0.42 |
| Hex | 9 | 3A | CE | 60 | 48 | 0 | 13 | E1 | 5C | 2A |
| Octal | 11 | 72 | 316 | 140 | 110 | 0 | 23 | 341 | 134 | 52 |
| Binary | 1001 | 111010 | 11001110 | 1100000 | 1001000 | 0 | 10011 | 11100001 | 1011100 | 101010 |
Color Harmonies of #093ACE
Complementary color
Monochromatic Colors of #093ACE
Black with #093ACE
Text Example
Text Example
White with #093ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093ACE; }
p { color: rgb(9,58,206); }
H1.HeaderClassName
{
color: #093ACE;
}
.AnyTagClassName
{
color: #093ACE;
}
</style>
background-color css
<style>
a { background-color: #093ACE; }
a { background-color: rgb(9,58,206); }
div.DivClassName
{
background-color: #093ACE;
}
.BgClassName
{
background-color: #093ACE;
}
</style>
border-color css
<style>
span { border-color: #093ACE; }
span { border-color: rgb(9,58,206); }
td.TdClassName
{
border-color: #093ACE;
}
.TagClassName
{
border-color: #093ACE;
}
</style>