Shades of Persian Blue #093CDA
Tints of Persian Blue #093CDA
RGB
CMYK
RGB Variations
Color information
#093CDA (or 0x093CDA) is known color: Persian Blue. HEX triplet: 09, 3C and DA. RGB value is (9,60,218). Sum of RGB (Red+Green+Blue) = 9+60+218=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #093CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CDA is #F6C325. Grayscale: #3E3E3E. Windows color (decimal): -16171814 or 14302217. OLE color: 14302217.
HSL color Cylindrical-coordinate representation of color #093CDA: hue angle of 225.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CDA is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 60 | 218 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.15 |
| HSL | 225.36º | 0.92% | 0.45% | - |
| HSV(B) | 225.36º | 0.96% | 0.85% | - |
| XYZ | 14.38 | 8.35 | 67.18 | - |
| YUV | 62.76 | 215.6 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 218 | 0.96 | 0.72 | 0 | 0.15 | 225.36 | 0.92 | 0.45 |
| Hex | 9 | 3C | DA | 60 | 48 | 0 | F | E1 | 5C | 2D |
| Octal | 11 | 74 | 332 | 140 | 110 | 0 | 17 | 341 | 134 | 55 |
| Binary | 1001 | 111100 | 11011010 | 1100000 | 1001000 | 0 | 1111 | 11100001 | 1011100 | 101101 |
Color Harmonies of #093CDA
Complementary color
Monochromatic Colors of #093CDA
Black with #093CDA
Text Example
Text Example
White with #093CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CDA; }
p { color: rgb(9,60,218); }
H1.HeaderClassName
{
color: #093CDA;
}
.AnyTagClassName
{
color: #093CDA;
}
</style>
background-color css
<style>
a { background-color: #093CDA; }
a { background-color: rgb(9,60,218); }
div.DivClassName
{
background-color: #093CDA;
}
.BgClassName
{
background-color: #093CDA;
}
</style>
border-color css
<style>
span { border-color: #093CDA; }
span { border-color: rgb(9,60,218); }
td.TdClassName
{
border-color: #093CDA;
}
.TagClassName
{
border-color: #093CDA;
}
</style>