Shades of Persian Blue #093CCC
Tints of Persian Blue #093CCC
RGB
CMYK
RGB Variations
Color information
#093CCC (or 0x093CCC) is known color: Persian Blue. HEX triplet: 09, 3C and CC. RGB value is (9,60,204). Sum of RGB (Red+Green+Blue) = 9+60+204=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #093CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CCC is #F6C333. Grayscale: #3C3C3C. Windows color (decimal): -16171828 or 13384713. OLE color: 13384713.
HSL color Cylindrical-coordinate representation of color #093CCC: hue angle of 224.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CCC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 60 | 204 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.2 |
| HSL | 224.31º | 0.92% | 0.42% | - |
| HSV(B) | 224.31º | 0.96% | 0.8% | - |
| XYZ | 12.63 | 7.65 | 57.94 | - |
| YUV | 61.17 | 208.6 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 204 | 0.96 | 0.71 | 0 | 0.2 | 224.31 | 0.92 | 0.42 |
| Hex | 9 | 3C | CC | 60 | 47 | 0 | 14 | E0 | 5C | 2A |
| Octal | 11 | 74 | 314 | 140 | 107 | 0 | 24 | 340 | 134 | 52 |
| Binary | 1001 | 111100 | 11001100 | 1100000 | 1000111 | 0 | 10100 | 11100000 | 1011100 | 101010 |
Color Harmonies of #093CCC
Complementary color
Monochromatic Colors of #093CCC
Black with #093CCC
Text Example
Text Example
White with #093CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CCC; }
p { color: rgb(9,60,204); }
H1.HeaderClassName
{
color: #093CCC;
}
.AnyTagClassName
{
color: #093CCC;
}
</style>
background-color css
<style>
a { background-color: #093CCC; }
a { background-color: rgb(9,60,204); }
div.DivClassName
{
background-color: #093CCC;
}
.BgClassName
{
background-color: #093CCC;
}
</style>
border-color css
<style>
span { border-color: #093CCC; }
span { border-color: rgb(9,60,204); }
td.TdClassName
{
border-color: #093CCC;
}
.TagClassName
{
border-color: #093CCC;
}
</style>