Shades of Persian Blue #093FE0
Tints of Persian Blue #093FE0
RGB
CMYK
RGB Variations
Color information
#093FE0 (or 0x093FE0) is known color: Persian Blue. HEX triplet: 09, 3F and E0. RGB value is (9,63,224). Sum of RGB (Red+Green+Blue) = 9+63+224=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 224 (87.89% from 255 or 75.68% from 296); Max value from RGB is 224 - color contains mainly: blue. Hex color #093FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FE0 is #F6C01F. Grayscale: #404040. Windows color (decimal): -16171040 or 14696201. OLE color: 14696201.
HSL color Cylindrical-coordinate representation of color #093FE0: hue angle of 224.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FE0 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 63 | 224 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.12 |
| HSL | 224.93º | 0.92% | 0.46% | - |
| HSV(B) | 224.93º | 0.96% | 0.88% | - |
| XYZ | 15.34 | 8.99 | 71.45 | - |
| YUV | 65.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 224 | 0.96 | 0.72 | 0 | 0.12 | 224.93 | 0.92 | 0.46 |
| Hex | 9 | 3F | E0 | 60 | 48 | 0 | C | E1 | 5C | 2E |
| Octal | 11 | 77 | 340 | 140 | 110 | 0 | 14 | 341 | 134 | 56 |
| Binary | 1001 | 111111 | 11100000 | 1100000 | 1001000 | 0 | 1100 | 11100001 | 1011100 | 101110 |
Color Harmonies of #093FE0
Complementary color
Monochromatic Colors of #093FE0
Black with #093FE0
Text Example
Text Example
White with #093FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FE0; }
p { color: rgb(9,63,224); }
H1.HeaderClassName
{
color: #093FE0;
}
.AnyTagClassName
{
color: #093FE0;
}
</style>
background-color css
<style>
a { background-color: #093FE0; }
a { background-color: rgb(9,63,224); }
div.DivClassName
{
background-color: #093FE0;
}
.BgClassName
{
background-color: #093FE0;
}
</style>
border-color css
<style>
span { border-color: #093FE0; }
span { border-color: rgb(9,63,224); }
td.TdClassName
{
border-color: #093FE0;
}
.TagClassName
{
border-color: #093FE0;
}
</style>