Shades of Persian Blue #093FE3
Tints of Persian Blue #093FE3
RGB
CMYK
RGB Variations
Color information
#093FE3 (or 0x093FE3) is known color: Persian Blue. HEX triplet: 09, 3F and E3. RGB value is (9,63,227). Sum of RGB (Red+Green+Blue) = 9+63+227=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 227 (89.06% from 255 or 75.92% from 299); Max value from RGB is 227 - color contains mainly: blue. Hex color #093FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FE3 is #F6C01C. Grayscale: #404040. Windows color (decimal): -16171037 or 14892809. OLE color: 14892809.
HSL color Cylindrical-coordinate representation of color #093FE3: hue angle of 225.14º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FE3 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 63 | 227 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.11 |
| HSL | 225.14º | 0.92% | 0.46% | - |
| HSV(B) | 225.14º | 0.96% | 0.89% | - |
| XYZ | 15.76 | 9.16 | 73.61 | - |
| YUV | 65.55 | 219.11 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 227 | 0.96 | 0.72 | 0 | 0.11 | 225.14 | 0.92 | 0.46 |
| Hex | 9 | 3F | E3 | 60 | 48 | 0 | B | E1 | 5C | 2E |
| Octal | 11 | 77 | 343 | 140 | 110 | 0 | 13 | 341 | 134 | 56 |
| Binary | 1001 | 111111 | 11100011 | 1100000 | 1001000 | 0 | 1011 | 11100001 | 1011100 | 101110 |
Color Harmonies of #093FE3
Complementary color
Monochromatic Colors of #093FE3
Black with #093FE3
Text Example
Text Example
White with #093FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FE3; }
p { color: rgb(9,63,227); }
H1.HeaderClassName
{
color: #093FE3;
}
.AnyTagClassName
{
color: #093FE3;
}
</style>
background-color css
<style>
a { background-color: #093FE3; }
a { background-color: rgb(9,63,227); }
div.DivClassName
{
background-color: #093FE3;
}
.BgClassName
{
background-color: #093FE3;
}
</style>
border-color css
<style>
span { border-color: #093FE3; }
span { border-color: rgb(9,63,227); }
td.TdClassName
{
border-color: #093FE3;
}
.TagClassName
{
border-color: #093FE3;
}
</style>