Shades of Persian Blue #1233DB
Tints of Persian Blue #1233DB
RGB
CMYK
RGB Variations
Color information
#1233DB (or 0x1233DB) is known color: Persian Blue. HEX triplet: 12, 33 and DB. RGB value is (18,51,219). Sum of RGB (Red+Green+Blue) = 18+51+219=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #1233DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1233DB is #EDCC24. Grayscale: #3B3B3B. Windows color (decimal): -15584293 or 14365458. OLE color: 14365458.
HSL color Cylindrical-coordinate representation of color #1233DB: hue angle of 230.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1233DB is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 51 | 219 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.14 |
| HSL | 230.15º | 0.85% | 0.46% | - |
| HSV(B) | 230.15º | 0.92% | 0.86% | - |
| XYZ | 14.22 | 7.61 | 67.74 | - |
| YUV | 60.29 | 217.57 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 219 | 0.92 | 0.77 | 0 | 0.14 | 230.15 | 0.85 | 0.46 |
| Hex | 12 | 33 | DB | 5C | 4D | 0 | E | E6 | 55 | 2E |
| Octal | 22 | 63 | 333 | 134 | 115 | 0 | 16 | 346 | 125 | 56 |
| Binary | 10010 | 110011 | 11011011 | 1011100 | 1001101 | 0 | 1110 | 11100110 | 1010101 | 101110 |
Color Harmonies of #1233DB
Complementary color
Monochromatic Colors of #1233DB
Black with #1233DB
Text Example
Text Example
White with #1233DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1233DB; }
p { color: rgb(18,51,219); }
H1.HeaderClassName
{
color: #1233DB;
}
.AnyTagClassName
{
color: #1233DB;
}
</style>
background-color css
<style>
a { background-color: #1233DB; }
a { background-color: rgb(18,51,219); }
div.DivClassName
{
background-color: #1233DB;
}
.BgClassName
{
background-color: #1233DB;
}
</style>
border-color css
<style>
span { border-color: #1233DB; }
span { border-color: rgb(18,51,219); }
td.TdClassName
{
border-color: #1233DB;
}
.TagClassName
{
border-color: #1233DB;
}
</style>