Shades of Persian Blue #093EDC
Tints of Persian Blue #093EDC
RGB
CMYK
RGB Variations
Color information
#093EDC (or 0x093EDC) is known color: Persian Blue. HEX triplet: 09, 3E and DC. RGB value is (9,62,220). Sum of RGB (Red+Green+Blue) = 9+62+220=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #093EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EDC is #F6C123. Grayscale: #3F3F3F. Windows color (decimal): -16171300 or 14433801. OLE color: 14433801.
HSL color Cylindrical-coordinate representation of color #093EDC: hue angle of 224.93º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EDC is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 62 | 220 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.14 |
| HSL | 224.93º | 0.92% | 0.45% | - |
| HSV(B) | 224.93º | 0.96% | 0.86% | - |
| XYZ | 14.75 | 8.67 | 68.61 | - |
| YUV | 64.17 | 215.94 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 220 | 0.96 | 0.72 | 0 | 0.14 | 224.93 | 0.92 | 0.45 |
| Hex | 9 | 3E | DC | 60 | 48 | 0 | E | E1 | 5C | 2D |
| Octal | 11 | 76 | 334 | 140 | 110 | 0 | 16 | 341 | 134 | 55 |
| Binary | 1001 | 111110 | 11011100 | 1100000 | 1001000 | 0 | 1110 | 11100001 | 1011100 | 101101 |
Color Harmonies of #093EDC
Complementary color
Monochromatic Colors of #093EDC
Black with #093EDC
Text Example
Text Example
White with #093EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093EDC; }
p { color: rgb(9,62,220); }
H1.HeaderClassName
{
color: #093EDC;
}
.AnyTagClassName
{
color: #093EDC;
}
</style>
background-color css
<style>
a { background-color: #093EDC; }
a { background-color: rgb(9,62,220); }
div.DivClassName
{
background-color: #093EDC;
}
.BgClassName
{
background-color: #093EDC;
}
</style>
border-color css
<style>
span { border-color: #093EDC; }
span { border-color: rgb(9,62,220); }
td.TdClassName
{
border-color: #093EDC;
}
.TagClassName
{
border-color: #093EDC;
}
</style>