Shades of Persian Blue #093FED
Tints of Persian Blue #093FED
RGB
CMYK
RGB Variations
Color information
#093FED (or 0x093FED) is known color: Persian Blue. HEX triplet: 09, 3F and ED. RGB value is (9,63,237). Sum of RGB (Red+Green+Blue) = 9+63+237=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #093FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FED is #F6C012. Grayscale: #414141. Windows color (decimal): -16171027 or 15548169. OLE color: 15548169.
HSL color Cylindrical-coordinate representation of color #093FED: hue angle of 225.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FED is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 63 | 237 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.07 |
| HSL | 225.79º | 0.93% | 0.48% | - |
| HSV(B) | 225.79º | 0.96% | 0.93% | - |
| XYZ | 17.18 | 9.73 | 81.09 | - |
| YUV | 66.69 | 224.11 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 237 | 0.96 | 0.73 | 0 | 0.07 | 225.79 | 0.93 | 0.48 |
| Hex | 9 | 3F | ED | 60 | 49 | 0 | 7 | E2 | 5D | 30 |
| Octal | 11 | 77 | 355 | 140 | 111 | 0 | 7 | 342 | 135 | 60 |
| Binary | 1001 | 111111 | 11101101 | 1100000 | 1001001 | 0 | 111 | 11100010 | 1011101 | 110000 |
Color Harmonies of #093FED
Complementary color
Monochromatic Colors of #093FED
Black with #093FED
Text Example
Text Example
White with #093FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FED; }
p { color: rgb(9,63,237); }
H1.HeaderClassName
{
color: #093FED;
}
.AnyTagClassName
{
color: #093FED;
}
</style>
background-color css
<style>
a { background-color: #093FED; }
a { background-color: rgb(9,63,237); }
div.DivClassName
{
background-color: #093FED;
}
.BgClassName
{
background-color: #093FED;
}
</style>
border-color css
<style>
span { border-color: #093FED; }
span { border-color: rgb(9,63,237); }
td.TdClassName
{
border-color: #093FED;
}
.TagClassName
{
border-color: #093FED;
}
</style>