Shades of Persian Blue #0929DB
Tints of Persian Blue #0929DB
RGB
CMYK
RGB Variations
Color information
#0929DB (or 0x0929DB) is known color: Persian Blue. HEX triplet: 09, 29 and DB. RGB value is (9,41,219). Sum of RGB (Red+Green+Blue) = 9+41+219=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #0929DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929DB is #F6D624. Grayscale: #323232. Windows color (decimal): -16176677 or 14362889. OLE color: 14362889.
HSL color Cylindrical-coordinate representation of color #0929DB: hue angle of 230.86º 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 #0929DB is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 41 | 219 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.14 |
| HSL | 230.86º | 0.92% | 0.45% | - |
| HSV(B) | 230.86º | 0.96% | 0.86% | - |
| XYZ | 13.69 | 6.76 | 67.6 | - |
| YUV | 51.72 | 222.4 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 219 | 0.96 | 0.81 | 0 | 0.14 | 230.86 | 0.92 | 0.45 |
| Hex | 9 | 29 | DB | 60 | 51 | 0 | E | E7 | 5C | 2D |
| Octal | 11 | 51 | 333 | 140 | 121 | 0 | 16 | 347 | 134 | 55 |
| Binary | 1001 | 101001 | 11011011 | 1100000 | 1010001 | 0 | 1110 | 11100111 | 1011100 | 101101 |
Color Harmonies of #0929DB
Complementary color
Monochromatic Colors of #0929DB
Black with #0929DB
Text Example
Text Example
White with #0929DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0929DB; }
p { color: rgb(9,41,219); }
H1.HeaderClassName
{
color: #0929DB;
}
.AnyTagClassName
{
color: #0929DB;
}
</style>
background-color css
<style>
a { background-color: #0929DB; }
a { background-color: rgb(9,41,219); }
div.DivClassName
{
background-color: #0929DB;
}
.BgClassName
{
background-color: #0929DB;
}
</style>
border-color css
<style>
span { border-color: #0929DB; }
span { border-color: rgb(9,41,219); }
td.TdClassName
{
border-color: #0929DB;
}
.TagClassName
{
border-color: #0929DB;
}
</style>