Shades of Persian Blue #093EC8
Tints of Persian Blue #093EC8
RGB
CMYK
RGB Variations
Color information
#093EC8 (or 0x093EC8) is known color: Persian Blue. HEX triplet: 09, 3E and C8. RGB value is (9,62,200). Sum of RGB (Red+Green+Blue) = 9+62+200=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 200 (78.52% from 255 or 73.80% from 271); Max value from RGB is 200 - color contains mainly: blue. Hex color #093EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EC8 is #F6C137. Grayscale: #3D3D3D. Windows color (decimal): -16171320 or 13123081. OLE color: 13123081.
HSL color Cylindrical-coordinate representation of color #093EC8: hue angle of 223.35º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093EC8 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 62 | 200 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.22 |
| HSL | 223.35º | 0.91% | 0.41% | - |
| HSV(B) | 223.35º | 0.96% | 0.78% | - |
| XYZ | 12.26 | 7.67 | 55.48 | - |
| YUV | 61.89 | 205.94 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 200 | 0.96 | 0.69 | 0 | 0.22 | 223.35 | 0.91 | 0.41 |
| Hex | 9 | 3E | C8 | 60 | 45 | 0 | 16 | DF | 5B | 29 |
| Octal | 11 | 76 | 310 | 140 | 105 | 0 | 26 | 337 | 133 | 51 |
| Binary | 1001 | 111110 | 11001000 | 1100000 | 1000101 | 0 | 10110 | 11011111 | 1011011 | 101001 |
Color Harmonies of #093EC8
Complementary color
Monochromatic Colors of #093EC8
Black with #093EC8
Text Example
Text Example
White with #093EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093EC8; }
p { color: rgb(9,62,200); }
H1.HeaderClassName
{
color: #093EC8;
}
.AnyTagClassName
{
color: #093EC8;
}
</style>
background-color css
<style>
a { background-color: #093EC8; }
a { background-color: rgb(9,62,200); }
div.DivClassName
{
background-color: #093EC8;
}
.BgClassName
{
background-color: #093EC8;
}
</style>
border-color css
<style>
span { border-color: #093EC8; }
span { border-color: rgb(9,62,200); }
td.TdClassName
{
border-color: #093EC8;
}
.TagClassName
{
border-color: #093EC8;
}
</style>