Shades of Persian Blue #093DCC
Tints of Persian Blue #093DCC
RGB
CMYK
RGB Variations
Color information
#093DCC (or 0x093DCC) is known color: Persian Blue. HEX triplet: 09, 3D and CC. RGB value is (9,61,204). Sum of RGB (Red+Green+Blue) = 9+61+204=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #093DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DCC is #F6C233. Grayscale: #3D3D3D. Windows color (decimal): -16171572 or 13384969. OLE color: 13384969.
HSL color Cylindrical-coordinate representation of color #093DCC: hue angle of 224º 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 #093DCC is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 61 | 204 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.2 |
| HSL | 224º | 0.92% | 0.42% | - |
| HSV(B) | 224º | 0.96% | 0.8% | - |
| XYZ | 12.68 | 7.76 | 57.96 | - |
| YUV | 61.75 | 208.27 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 204 | 0.96 | 0.70 | 0 | 0.2 | 224 | 0.92 | 0.42 |
| Hex | 9 | 3D | CC | 60 | 46 | 0 | 14 | E0 | 5C | 2A |
| Octal | 11 | 75 | 314 | 140 | 106 | 0 | 24 | 340 | 134 | 52 |
| Binary | 1001 | 111101 | 11001100 | 1100000 | 1000110 | 0 | 10100 | 11100000 | 1011100 | 101010 |
Color Harmonies of #093DCC
Complementary color
Monochromatic Colors of #093DCC
Black with #093DCC
Text Example
Text Example
White with #093DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093DCC; }
p { color: rgb(9,61,204); }
H1.HeaderClassName
{
color: #093DCC;
}
.AnyTagClassName
{
color: #093DCC;
}
</style>
background-color css
<style>
a { background-color: #093DCC; }
a { background-color: rgb(9,61,204); }
div.DivClassName
{
background-color: #093DCC;
}
.BgClassName
{
background-color: #093DCC;
}
</style>
border-color css
<style>
span { border-color: #093DCC; }
span { border-color: rgb(9,61,204); }
td.TdClassName
{
border-color: #093DCC;
}
.TagClassName
{
border-color: #093DCC;
}
</style>