Shades of Persian Blue #091EC1
Tints of Persian Blue #091EC1
RGB
CMYK
RGB Variations
Color information
#091EC1 (or 0x091EC1) is known color: Persian Blue. HEX triplet: 09, 1E and C1. RGB value is (9,30,193). Sum of RGB (Red+Green+Blue) = 9+30+193=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #091EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EC1 is #F6E13E. Grayscale: #292929. Windows color (decimal): -16179519 or 12656137. OLE color: 12656137.
HSL color Cylindrical-coordinate representation of color #091EC1: hue angle of 233.15º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091EC1 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 30 | 193 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.24 |
| HSL | 233.15º | 0.91% | 0.4% | - |
| HSV(B) | 233.15º | 0.95% | 0.76% | - |
| XYZ | 10.2 | 4.84 | 50.85 | - |
| YUV | 42.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 193 | 0.95 | 0.84 | 0 | 0.24 | 233.15 | 0.91 | 0.4 |
| Hex | 9 | 1E | C1 | 5F | 54 | 0 | 18 | E9 | 5B | 28 |
| Octal | 11 | 36 | 301 | 137 | 124 | 0 | 30 | 351 | 133 | 50 |
| Binary | 1001 | 11110 | 11000001 | 1011111 | 1010100 | 0 | 11000 | 11101001 | 1011011 | 101000 |
Color Harmonies of #091EC1
Complementary color
Monochromatic Colors of #091EC1
Black with #091EC1
Text Example
Text Example
White with #091EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EC1; }
p { color: rgb(9,30,193); }
H1.HeaderClassName
{
color: #091EC1;
}
.AnyTagClassName
{
color: #091EC1;
}
</style>
background-color css
<style>
a { background-color: #091EC1; }
a { background-color: rgb(9,30,193); }
div.DivClassName
{
background-color: #091EC1;
}
.BgClassName
{
background-color: #091EC1;
}
</style>
border-color css
<style>
span { border-color: #091EC1; }
span { border-color: rgb(9,30,193); }
td.TdClassName
{
border-color: #091EC1;
}
.TagClassName
{
border-color: #091EC1;
}
</style>