Shades of Persian Blue #093BDD
Tints of Persian Blue #093BDD
RGB
CMYK
RGB Variations
Color information
#093BDD (or 0x093BDD) is known color: Persian Blue. HEX triplet: 09, 3B and DD. RGB value is (9,59,221). Sum of RGB (Red+Green+Blue) = 9+59+221=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #093BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BDD is #F6C422. Grayscale: #3D3D3D. Windows color (decimal): -16172067 or 14498569. OLE color: 14498569.
HSL color Cylindrical-coordinate representation of color #093BDD: hue angle of 225.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BDD is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 59 | 221 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.13 |
| HSL | 225.85º | 0.92% | 0.45% | - |
| HSV(B) | 225.85º | 0.96% | 0.87% | - |
| XYZ | 14.73 | 8.41 | 69.25 | - |
| YUV | 62.52 | 217.44 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 221 | 0.96 | 0.73 | 0 | 0.13 | 225.85 | 0.92 | 0.45 |
| Hex | 9 | 3B | DD | 60 | 49 | 0 | D | E2 | 5C | 2D |
| Octal | 11 | 73 | 335 | 140 | 111 | 0 | 15 | 342 | 134 | 55 |
| Binary | 1001 | 111011 | 11011101 | 1100000 | 1001001 | 0 | 1101 | 11100010 | 1011100 | 101101 |
Color Harmonies of #093BDD
Complementary color
Monochromatic Colors of #093BDD
Black with #093BDD
Text Example
Text Example
White with #093BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BDD; }
p { color: rgb(9,59,221); }
H1.HeaderClassName
{
color: #093BDD;
}
.AnyTagClassName
{
color: #093BDD;
}
</style>
background-color css
<style>
a { background-color: #093BDD; }
a { background-color: rgb(9,59,221); }
div.DivClassName
{
background-color: #093BDD;
}
.BgClassName
{
background-color: #093BDD;
}
</style>
border-color css
<style>
span { border-color: #093BDD; }
span { border-color: rgb(9,59,221); }
td.TdClassName
{
border-color: #093BDD;
}
.TagClassName
{
border-color: #093BDD;
}
</style>