Shades of Persian Blue #0934DB
Tints of Persian Blue #0934DB
RGB
CMYK
RGB Variations
Color information
#0934DB (or 0x0934DB) is known color: Persian Blue. HEX triplet: 09, 34 and DB. RGB value is (9,52,219). Sum of RGB (Red+Green+Blue) = 9+52+219=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #0934DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934DB is #F6CB24. Grayscale: #393939. Windows color (decimal): -16173861 or 14365705. OLE color: 14365705.
HSL color Cylindrical-coordinate representation of color #0934DB: hue angle of 227.71º 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 #0934DB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 52 | 219 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.14 |
| HSL | 227.71º | 0.92% | 0.45% | - |
| HSV(B) | 227.71º | 0.96% | 0.86% | - |
| XYZ | 14.13 | 7.63 | 67.75 | - |
| YUV | 58.18 | 218.75 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 219 | 0.96 | 0.76 | 0 | 0.14 | 227.71 | 0.92 | 0.45 |
| Hex | 9 | 34 | DB | 60 | 4C | 0 | E | E4 | 5C | 2D |
| Octal | 11 | 64 | 333 | 140 | 114 | 0 | 16 | 344 | 134 | 55 |
| Binary | 1001 | 110100 | 11011011 | 1100000 | 1001100 | 0 | 1110 | 11100100 | 1011100 | 101101 |
Color Harmonies of #0934DB
Complementary color
Monochromatic Colors of #0934DB
Black with #0934DB
Text Example
Text Example
White with #0934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934DB; }
p { color: rgb(9,52,219); }
H1.HeaderClassName
{
color: #0934DB;
}
.AnyTagClassName
{
color: #0934DB;
}
</style>
background-color css
<style>
a { background-color: #0934DB; }
a { background-color: rgb(9,52,219); }
div.DivClassName
{
background-color: #0934DB;
}
.BgClassName
{
background-color: #0934DB;
}
</style>
border-color css
<style>
span { border-color: #0934DB; }
span { border-color: rgb(9,52,219); }
td.TdClassName
{
border-color: #0934DB;
}
.TagClassName
{
border-color: #0934DB;
}
</style>