Shades of Persian Blue #093AC0
Tints of Persian Blue #093AC0
RGB
CMYK
RGB Variations
Color information
#093AC0 (or 0x093AC0) is known color: Persian Blue. HEX triplet: 09, 3A and C0. RGB value is (9,58,192). Sum of RGB (Red+Green+Blue) = 9+58+192=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #093AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AC0 is #F6C53F. Grayscale: #3A3A3A. Windows color (decimal): -16172352 or 12597769. OLE color: 12597769.
HSL color Cylindrical-coordinate representation of color #093AC0: hue angle of 223.93º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AC0 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 58 | 192 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.25 |
| HSL | 223.93º | 0.91% | 0.39% | - |
| HSV(B) | 223.93º | 0.95% | 0.75% | - |
| XYZ | 11.14 | 6.89 | 50.61 | - |
| YUV | 58.63 | 203.27 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 192 | 0.95 | 0.70 | 0 | 0.25 | 223.93 | 0.91 | 0.39 |
| Hex | 9 | 3A | C0 | 5F | 46 | 0 | 19 | E0 | 5B | 27 |
| Octal | 11 | 72 | 300 | 137 | 106 | 0 | 31 | 340 | 133 | 47 |
| Binary | 1001 | 111010 | 11000000 | 1011111 | 1000110 | 0 | 11001 | 11100000 | 1011011 | 100111 |
Color Harmonies of #093AC0
Complementary color
Monochromatic Colors of #093AC0
Black with #093AC0
Text Example
Text Example
White with #093AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AC0; }
p { color: rgb(9,58,192); }
H1.HeaderClassName
{
color: #093AC0;
}
.AnyTagClassName
{
color: #093AC0;
}
</style>
background-color css
<style>
a { background-color: #093AC0; }
a { background-color: rgb(9,58,192); }
div.DivClassName
{
background-color: #093AC0;
}
.BgClassName
{
background-color: #093AC0;
}
</style>
border-color css
<style>
span { border-color: #093AC0; }
span { border-color: rgb(9,58,192); }
td.TdClassName
{
border-color: #093AC0;
}
.TagClassName
{
border-color: #093AC0;
}
</style>