Shades of Persian Blue #093BEA
Tints of Persian Blue #093BEA
RGB
CMYK
RGB Variations
Color information
#093BEA (or 0x093BEA) is known color: Persian Blue. HEX triplet: 09, 3B and EA. RGB value is (9,59,234). Sum of RGB (Red+Green+Blue) = 9+59+234=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #093BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093BEA is #F6C415. Grayscale: #3F3F3F. Windows color (decimal): -16172054 or 15350537. OLE color: 15350537.
HSL color Cylindrical-coordinate representation of color #093BEA: hue angle of 226.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BEA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 59 | 234 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.08 |
| HSL | 226.67º | 0.93% | 0.48% | - |
| HSV(B) | 226.67º | 0.96% | 0.92% | - |
| XYZ | 16.53 | 9.13 | 78.73 | - |
| YUV | 64 | 223.94 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 234 | 0.96 | 0.75 | 0 | 0.08 | 226.67 | 0.93 | 0.48 |
| Hex | 9 | 3B | EA | 60 | 4B | 0 | 8 | E3 | 5D | 30 |
| Octal | 11 | 73 | 352 | 140 | 113 | 0 | 10 | 343 | 135 | 60 |
| Binary | 1001 | 111011 | 11101010 | 1100000 | 1001011 | 0 | 1000 | 11100011 | 1011101 | 110000 |
Color Harmonies of #093BEA
Complementary color
Monochromatic Colors of #093BEA
Black with #093BEA
Text Example
Text Example
White with #093BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BEA; }
p { color: rgb(9,59,234); }
H1.HeaderClassName
{
color: #093BEA;
}
.AnyTagClassName
{
color: #093BEA;
}
</style>
background-color css
<style>
a { background-color: #093BEA; }
a { background-color: rgb(9,59,234); }
div.DivClassName
{
background-color: #093BEA;
}
.BgClassName
{
background-color: #093BEA;
}
</style>
border-color css
<style>
span { border-color: #093BEA; }
span { border-color: rgb(9,59,234); }
td.TdClassName
{
border-color: #093BEA;
}
.TagClassName
{
border-color: #093BEA;
}
</style>