Shades of Persian Blue #093FE6
Tints of Persian Blue #093FE6
RGB
CMYK
RGB Variations
Color information
#093FE6 (or 0x093FE6) is known color: Persian Blue. HEX triplet: 09, 3F and E6. RGB value is (9,63,230). Sum of RGB (Red+Green+Blue) = 9+63+230=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 230 (90.23% from 255 or 76.16% from 302); Max value from RGB is 230 - color contains mainly: blue. Hex color #093FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FE6 is #F6C019. Grayscale: #414141. Windows color (decimal): -16171034 or 15089417. OLE color: 15089417.
HSL color Cylindrical-coordinate representation of color #093FE6: hue angle of 225.34º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FE6 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 63 | 230 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.10 |
| HSL | 225.34º | 0.92% | 0.47% | - |
| HSV(B) | 225.34º | 0.96% | 0.9% | - |
| XYZ | 16.17 | 9.33 | 75.81 | - |
| YUV | 65.89 | 220.61 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 230 | 0.96 | 0.73 | 0 | 0.10 | 225.34 | 0.92 | 0.47 |
| Hex | 9 | 3F | E6 | 60 | 49 | 0 | A | E1 | 5C | 2F |
| Octal | 11 | 77 | 346 | 140 | 111 | 0 | 12 | 341 | 134 | 57 |
| Binary | 1001 | 111111 | 11100110 | 1100000 | 1001001 | 0 | 1010 | 11100001 | 1011100 | 101111 |
Color Harmonies of #093FE6
Complementary color
Monochromatic Colors of #093FE6
Black with #093FE6
Text Example
Text Example
White with #093FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FE6; }
p { color: rgb(9,63,230); }
H1.HeaderClassName
{
color: #093FE6;
}
.AnyTagClassName
{
color: #093FE6;
}
</style>
background-color css
<style>
a { background-color: #093FE6; }
a { background-color: rgb(9,63,230); }
div.DivClassName
{
background-color: #093FE6;
}
.BgClassName
{
background-color: #093FE6;
}
</style>
border-color css
<style>
span { border-color: #093FE6; }
span { border-color: rgb(9,63,230); }
td.TdClassName
{
border-color: #093FE6;
}
.TagClassName
{
border-color: #093FE6;
}
</style>