Shades of Persian Blue #0934DC
Tints of Persian Blue #0934DC
RGB
CMYK
RGB Variations
Color information
#0934DC (or 0x0934DC) is known color: Persian Blue. HEX triplet: 09, 34 and DC. RGB value is (9,52,220). Sum of RGB (Red+Green+Blue) = 9+52+220=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #0934DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934DC is #F6CB23. Grayscale: #393939. Windows color (decimal): -16173860 or 14431241. OLE color: 14431241.
HSL color Cylindrical-coordinate representation of color #0934DC: hue angle of 227.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0934DC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 52 | 220 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.14 |
| HSL | 227.77º | 0.92% | 0.45% | - |
| HSV(B) | 227.77º | 0.96% | 0.86% | - |
| XYZ | 14.26 | 7.68 | 68.44 | - |
| YUV | 58.3 | 219.25 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 220 | 0.96 | 0.76 | 0 | 0.14 | 227.77 | 0.92 | 0.45 |
| Hex | 9 | 34 | DC | 60 | 4C | 0 | E | E4 | 5C | 2D |
| Octal | 11 | 64 | 334 | 140 | 114 | 0 | 16 | 344 | 134 | 55 |
| Binary | 1001 | 110100 | 11011100 | 1100000 | 1001100 | 0 | 1110 | 11100100 | 1011100 | 101101 |
Color Harmonies of #0934DC
Complementary color
Monochromatic Colors of #0934DC
Black with #0934DC
Text Example
Text Example
White with #0934DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934DC; }
p { color: rgb(9,52,220); }
H1.HeaderClassName
{
color: #0934DC;
}
.AnyTagClassName
{
color: #0934DC;
}
</style>
background-color css
<style>
a { background-color: #0934DC; }
a { background-color: rgb(9,52,220); }
div.DivClassName
{
background-color: #0934DC;
}
.BgClassName
{
background-color: #0934DC;
}
</style>
border-color css
<style>
span { border-color: #0934DC; }
span { border-color: rgb(9,52,220); }
td.TdClassName
{
border-color: #0934DC;
}
.TagClassName
{
border-color: #0934DC;
}
</style>