Shades of Persian Blue #0930DB
Tints of Persian Blue #0930DB
RGB
CMYK
RGB Variations
Color information
#0930DB (or 0x0930DB) is known color: Persian Blue. HEX triplet: 09, 30 and DB. RGB value is (9,48,219). Sum of RGB (Red+Green+Blue) = 9+48+219=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #0930DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930DB is #F6CF24. Grayscale: #373737. Windows color (decimal): -16174885 or 14364681. OLE color: 14364681.
HSL color Cylindrical-coordinate representation of color #0930DB: hue angle of 228.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 #0930DB is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 48 | 219 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.14 |
| HSL | 228.86º | 0.92% | 0.45% | - |
| HSV(B) | 228.86º | 0.96% | 0.86% | - |
| XYZ | 13.96 | 7.29 | 67.69 | - |
| YUV | 55.83 | 220.08 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 219 | 0.96 | 0.78 | 0 | 0.14 | 228.86 | 0.92 | 0.45 |
| Hex | 9 | 30 | DB | 60 | 4E | 0 | E | E5 | 5C | 2D |
| Octal | 11 | 60 | 333 | 140 | 116 | 0 | 16 | 345 | 134 | 55 |
| Binary | 1001 | 110000 | 11011011 | 1100000 | 1001110 | 0 | 1110 | 11100101 | 1011100 | 101101 |
Color Harmonies of #0930DB
Complementary color
Monochromatic Colors of #0930DB
Black with #0930DB
Text Example
Text Example
White with #0930DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0930DB; }
p { color: rgb(9,48,219); }
H1.HeaderClassName
{
color: #0930DB;
}
.AnyTagClassName
{
color: #0930DB;
}
</style>
background-color css
<style>
a { background-color: #0930DB; }
a { background-color: rgb(9,48,219); }
div.DivClassName
{
background-color: #0930DB;
}
.BgClassName
{
background-color: #0930DB;
}
</style>
border-color css
<style>
span { border-color: #0930DB; }
span { border-color: rgb(9,48,219); }
td.TdClassName
{
border-color: #0930DB;
}
.TagClassName
{
border-color: #0930DB;
}
</style>