Shades of Persian Blue #093CC9
Tints of Persian Blue #093CC9
RGB
CMYK
RGB Variations
Color information
#093CC9 (or 0x093CC9) is known color: Persian Blue. HEX triplet: 09, 3C and C9. RGB value is (9,60,201). Sum of RGB (Red+Green+Blue) = 9+60+201=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #093CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CC9 is #F6C336. Grayscale: #3C3C3C. Windows color (decimal): -16171831 or 13188105. OLE color: 13188105.
HSL color Cylindrical-coordinate representation of color #093CC9: hue angle of 224.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CC9 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 60 | 201 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.21 |
| HSL | 224.06º | 0.91% | 0.41% | - |
| HSV(B) | 224.06º | 0.96% | 0.79% | - |
| XYZ | 12.27 | 7.51 | 56.06 | - |
| YUV | 60.83 | 207.1 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 201 | 0.96 | 0.70 | 0 | 0.21 | 224.06 | 0.91 | 0.41 |
| Hex | 9 | 3C | C9 | 60 | 46 | 0 | 15 | E0 | 5B | 29 |
| Octal | 11 | 74 | 311 | 140 | 106 | 0 | 25 | 340 | 133 | 51 |
| Binary | 1001 | 111100 | 11001001 | 1100000 | 1000110 | 0 | 10101 | 11100000 | 1011011 | 101001 |
Color Harmonies of #093CC9
Complementary color
Monochromatic Colors of #093CC9
Black with #093CC9
Text Example
Text Example
White with #093CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CC9; }
p { color: rgb(9,60,201); }
H1.HeaderClassName
{
color: #093CC9;
}
.AnyTagClassName
{
color: #093CC9;
}
</style>
background-color css
<style>
a { background-color: #093CC9; }
a { background-color: rgb(9,60,201); }
div.DivClassName
{
background-color: #093CC9;
}
.BgClassName
{
background-color: #093CC9;
}
</style>
border-color css
<style>
span { border-color: #093CC9; }
span { border-color: rgb(9,60,201); }
td.TdClassName
{
border-color: #093CC9;
}
.TagClassName
{
border-color: #093CC9;
}
</style>