Shades of Persian Blue #093FEE
Tints of Persian Blue #093FEE
RGB
CMYK
RGB Variations
Color information
#093FEE (or 0x093FEE) is known color: Persian Blue. HEX triplet: 09, 3F and EE. RGB value is (9,63,238). Sum of RGB (Red+Green+Blue) = 9+63+238=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #093FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FEE is #F6C011. Grayscale: #424242. Windows color (decimal): -16171026 or 15613705. OLE color: 15613705.
HSL color Cylindrical-coordinate representation of color #093FEE: hue angle of 225.85º 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 #093FEE is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 63 | 238 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.07 |
| HSL | 225.85º | 0.93% | 0.48% | - |
| HSV(B) | 225.85º | 0.96% | 0.93% | - |
| XYZ | 17.32 | 9.79 | 81.86 | - |
| YUV | 66.8 | 224.61 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 238 | 0.96 | 0.74 | 0 | 0.07 | 225.85 | 0.93 | 0.48 |
| Hex | 9 | 3F | EE | 60 | 4A | 0 | 7 | E2 | 5D | 30 |
| Octal | 11 | 77 | 356 | 140 | 112 | 0 | 7 | 342 | 135 | 60 |
| Binary | 1001 | 111111 | 11101110 | 1100000 | 1001010 | 0 | 111 | 11100010 | 1011101 | 110000 |
Color Harmonies of #093FEE
Complementary color
Monochromatic Colors of #093FEE
Black with #093FEE
Text Example
Text Example
White with #093FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FEE; }
p { color: rgb(9,63,238); }
H1.HeaderClassName
{
color: #093FEE;
}
.AnyTagClassName
{
color: #093FEE;
}
</style>
background-color css
<style>
a { background-color: #093FEE; }
a { background-color: rgb(9,63,238); }
div.DivClassName
{
background-color: #093FEE;
}
.BgClassName
{
background-color: #093FEE;
}
</style>
border-color css
<style>
span { border-color: #093FEE; }
span { border-color: rgb(9,63,238); }
td.TdClassName
{
border-color: #093FEE;
}
.TagClassName
{
border-color: #093FEE;
}
</style>