Shades of Persian Blue #093FE8
Tints of Persian Blue #093FE8
RGB
CMYK
RGB Variations
Color information
#093FE8 (or 0x093FE8) is known color: Persian Blue. HEX triplet: 09, 3F and E8. RGB value is (9,63,232). Sum of RGB (Red+Green+Blue) = 9+63+232=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 232 (91.02% from 255 or 76.32% from 304); Max value from RGB is 232 - color contains mainly: blue. Hex color #093FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FE8 is #F6C017. Grayscale: #414141. Windows color (decimal): -16171032 or 15220489. OLE color: 15220489.
HSL color Cylindrical-coordinate representation of color #093FE8: hue angle of 225.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FE8 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 63 | 232 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.09 |
| HSL | 225.47º | 0.93% | 0.47% | - |
| HSV(B) | 225.47º | 0.96% | 0.91% | - |
| XYZ | 16.46 | 9.44 | 77.3 | - |
| YUV | 66.12 | 221.61 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 232 | 0.96 | 0.73 | 0 | 0.09 | 225.47 | 0.93 | 0.47 |
| Hex | 9 | 3F | E8 | 60 | 49 | 0 | 9 | E1 | 5D | 2F |
| Octal | 11 | 77 | 350 | 140 | 111 | 0 | 11 | 341 | 135 | 57 |
| Binary | 1001 | 111111 | 11101000 | 1100000 | 1001001 | 0 | 1001 | 11100001 | 1011101 | 101111 |
Color Harmonies of #093FE8
Complementary color
Monochromatic Colors of #093FE8
Black with #093FE8
Text Example
Text Example
White with #093FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FE8; }
p { color: rgb(9,63,232); }
H1.HeaderClassName
{
color: #093FE8;
}
.AnyTagClassName
{
color: #093FE8;
}
</style>
background-color css
<style>
a { background-color: #093FE8; }
a { background-color: rgb(9,63,232); }
div.DivClassName
{
background-color: #093FE8;
}
.BgClassName
{
background-color: #093FE8;
}
</style>
border-color css
<style>
span { border-color: #093FE8; }
span { border-color: rgb(9,63,232); }
td.TdClassName
{
border-color: #093FE8;
}
.TagClassName
{
border-color: #093FE8;
}
</style>