Shades of Persian Blue #0934CD
Tints of Persian Blue #0934CD
RGB
CMYK
RGB Variations
Color information
#0934CD (or 0x0934CD) is known color: Persian Blue. HEX triplet: 09, 34 and CD. RGB value is (9,52,205). Sum of RGB (Red+Green+Blue) = 9+52+205=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #0934CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934CD is #F6CB32. Grayscale: #373737. Windows color (decimal): -16173875 or 13448201. OLE color: 13448201.
HSL color Cylindrical-coordinate representation of color #0934CD: hue angle of 226.84º 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 #0934CD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 52 | 205 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.20 |
| HSL | 226.84º | 0.92% | 0.42% | - |
| HSV(B) | 226.84º | 0.96% | 0.8% | - |
| XYZ | 12.36 | 6.92 | 58.44 | - |
| YUV | 56.59 | 211.75 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 205 | 0.96 | 0.75 | 0 | 0.20 | 226.84 | 0.92 | 0.42 |
| Hex | 9 | 34 | CD | 60 | 4B | 0 | 14 | E3 | 5C | 2A |
| Octal | 11 | 64 | 315 | 140 | 113 | 0 | 24 | 343 | 134 | 52 |
| Binary | 1001 | 110100 | 11001101 | 1100000 | 1001011 | 0 | 10100 | 11100011 | 1011100 | 101010 |
Color Harmonies of #0934CD
Complementary color
Monochromatic Colors of #0934CD
Black with #0934CD
Text Example
Text Example
White with #0934CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934CD; }
p { color: rgb(9,52,205); }
H1.HeaderClassName
{
color: #0934CD;
}
.AnyTagClassName
{
color: #0934CD;
}
</style>
background-color css
<style>
a { background-color: #0934CD; }
a { background-color: rgb(9,52,205); }
div.DivClassName
{
background-color: #0934CD;
}
.BgClassName
{
background-color: #0934CD;
}
</style>
border-color css
<style>
span { border-color: #0934CD; }
span { border-color: rgb(9,52,205); }
td.TdClassName
{
border-color: #0934CD;
}
.TagClassName
{
border-color: #0934CD;
}
</style>