Shades of Persian Blue #0939DD
Tints of Persian Blue #0939DD
RGB
CMYK
RGB Variations
Color information
#0939DD (or 0x0939DD) is known color: Persian Blue. HEX triplet: 09, 39 and DD. RGB value is (9,57,221). Sum of RGB (Red+Green+Blue) = 9+57+221=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #0939DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0939DD is #F6C622. Grayscale: #3C3C3C. Windows color (decimal): -16172579 or 14498057. OLE color: 14498057.
HSL color Cylindrical-coordinate representation of color #0939DD: hue angle of 226.42º 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 #0939DD is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 57 | 221 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.13 |
| HSL | 226.42º | 0.92% | 0.45% | - |
| HSV(B) | 226.42º | 0.96% | 0.87% | - |
| XYZ | 14.63 | 8.2 | 69.22 | - |
| YUV | 61.34 | 218.1 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 221 | 0.96 | 0.74 | 0 | 0.13 | 226.42 | 0.92 | 0.45 |
| Hex | 9 | 39 | DD | 60 | 4A | 0 | D | E2 | 5C | 2D |
| Octal | 11 | 71 | 335 | 140 | 112 | 0 | 15 | 342 | 134 | 55 |
| Binary | 1001 | 111001 | 11011101 | 1100000 | 1001010 | 0 | 1101 | 11100010 | 1011100 | 101101 |
Color Harmonies of #0939DD
Complementary color
Monochromatic Colors of #0939DD
Black with #0939DD
Text Example
Text Example
White with #0939DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0939DD; }
p { color: rgb(9,57,221); }
H1.HeaderClassName
{
color: #0939DD;
}
.AnyTagClassName
{
color: #0939DD;
}
</style>
background-color css
<style>
a { background-color: #0939DD; }
a { background-color: rgb(9,57,221); }
div.DivClassName
{
background-color: #0939DD;
}
.BgClassName
{
background-color: #0939DD;
}
</style>
border-color css
<style>
span { border-color: #0939DD; }
span { border-color: rgb(9,57,221); }
td.TdClassName
{
border-color: #0939DD;
}
.TagClassName
{
border-color: #0939DD;
}
</style>