Shades of Persian Blue #093ECF
Tints of Persian Blue #093ECF
RGB
CMYK
RGB Variations
Color information
#093ECF (or 0x093ECF) is known color: Persian Blue. HEX triplet: 09, 3E and CF. RGB value is (9,62,207). Sum of RGB (Red+Green+Blue) = 9+62+207=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #093ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ECF is #F6C130. Grayscale: #3E3E3E. Windows color (decimal): -16171313 or 13581833. OLE color: 13581833.
HSL color Cylindrical-coordinate representation of color #093ECF: hue angle of 223.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093ECF is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 62 | 207 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.19 |
| HSL | 223.94º | 0.92% | 0.42% | - |
| HSV(B) | 223.94º | 0.96% | 0.81% | - |
| XYZ | 13.1 | 8.01 | 59.89 | - |
| YUV | 62.68 | 209.44 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 207 | 0.96 | 0.70 | 0 | 0.19 | 223.94 | 0.92 | 0.42 |
| Hex | 9 | 3E | CF | 60 | 46 | 0 | 13 | E0 | 5C | 2A |
| Octal | 11 | 76 | 317 | 140 | 106 | 0 | 23 | 340 | 134 | 52 |
| Binary | 1001 | 111110 | 11001111 | 1100000 | 1000110 | 0 | 10011 | 11100000 | 1011100 | 101010 |
Color Harmonies of #093ECF
Complementary color
Monochromatic Colors of #093ECF
Black with #093ECF
Text Example
Text Example
White with #093ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093ECF; }
p { color: rgb(9,62,207); }
H1.HeaderClassName
{
color: #093ECF;
}
.AnyTagClassName
{
color: #093ECF;
}
</style>
background-color css
<style>
a { background-color: #093ECF; }
a { background-color: rgb(9,62,207); }
div.DivClassName
{
background-color: #093ECF;
}
.BgClassName
{
background-color: #093ECF;
}
</style>
border-color css
<style>
span { border-color: #093ECF; }
span { border-color: rgb(9,62,207); }
td.TdClassName
{
border-color: #093ECF;
}
.TagClassName
{
border-color: #093ECF;
}
</style>