Shades of Persian Blue #092BDB
Tints of Persian Blue #092BDB
RGB
CMYK
RGB Variations
Color information
#092BDB (or 0x092BDB) is known color: Persian Blue. HEX triplet: 09, 2B and DB. RGB value is (9,43,219). Sum of RGB (Red+Green+Blue) = 9+43+219=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #092BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BDB is #F6D424. Grayscale: #343434. Windows color (decimal): -16176165 or 14363401. OLE color: 14363401.
HSL color Cylindrical-coordinate representation of color #092BDB: hue angle of 230.29º 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 #092BDB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 43 | 219 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.14 |
| HSL | 230.29º | 0.92% | 0.45% | - |
| HSV(B) | 230.29º | 0.96% | 0.86% | - |
| XYZ | 13.76 | 6.9 | 67.62 | - |
| YUV | 52.9 | 221.74 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 219 | 0.96 | 0.80 | 0 | 0.14 | 230.29 | 0.92 | 0.45 |
| Hex | 9 | 2B | DB | 60 | 50 | 0 | E | E6 | 5C | 2D |
| Octal | 11 | 53 | 333 | 140 | 120 | 0 | 16 | 346 | 134 | 55 |
| Binary | 1001 | 101011 | 11011011 | 1100000 | 1010000 | 0 | 1110 | 11100110 | 1011100 | 101101 |
Color Harmonies of #092BDB
Complementary color
Monochromatic Colors of #092BDB
Black with #092BDB
Text Example
Text Example
White with #092BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BDB; }
p { color: rgb(9,43,219); }
H1.HeaderClassName
{
color: #092BDB;
}
.AnyTagClassName
{
color: #092BDB;
}
</style>
background-color css
<style>
a { background-color: #092BDB; }
a { background-color: rgb(9,43,219); }
div.DivClassName
{
background-color: #092BDB;
}
.BgClassName
{
background-color: #092BDB;
}
</style>
border-color css
<style>
span { border-color: #092BDB; }
span { border-color: rgb(9,43,219); }
td.TdClassName
{
border-color: #092BDB;
}
.TagClassName
{
border-color: #092BDB;
}
</style>