Shades of Persian Blue #1232DB
Tints of Persian Blue #1232DB
RGB
CMYK
RGB Variations
Color information
#1232DB (or 0x1232DB) is known color: Persian Blue. HEX triplet: 12, 32 and DB. RGB value is (18,50,219). Sum of RGB (Red+Green+Blue) = 18+50+219=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #1232DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1232DB is #EDCD24. Grayscale: #3A3A3A. Windows color (decimal): -15584549 or 14365202. OLE color: 14365202.
HSL color Cylindrical-coordinate representation of color #1232DB: hue angle of 230.45º 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 #1232DB is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 50 | 219 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.14 |
| HSL | 230.45º | 0.85% | 0.46% | - |
| HSV(B) | 230.45º | 0.92% | 0.86% | - |
| XYZ | 14.18 | 7.52 | 67.72 | - |
| YUV | 59.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 219 | 0.92 | 0.77 | 0 | 0.14 | 230.45 | 0.85 | 0.46 |
| Hex | 12 | 32 | DB | 5C | 4D | 0 | E | E6 | 55 | 2E |
| Octal | 22 | 62 | 333 | 134 | 115 | 0 | 16 | 346 | 125 | 56 |
| Binary | 10010 | 110010 | 11011011 | 1011100 | 1001101 | 0 | 1110 | 11100110 | 1010101 | 101110 |
Color Harmonies of #1232DB
Complementary color
Monochromatic Colors of #1232DB
Black with #1232DB
Text Example
Text Example
White with #1232DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232DB; }
p { color: rgb(18,50,219); }
H1.HeaderClassName
{
color: #1232DB;
}
.AnyTagClassName
{
color: #1232DB;
}
</style>
background-color css
<style>
a { background-color: #1232DB; }
a { background-color: rgb(18,50,219); }
div.DivClassName
{
background-color: #1232DB;
}
.BgClassName
{
background-color: #1232DB;
}
</style>
border-color css
<style>
span { border-color: #1232DB; }
span { border-color: rgb(18,50,219); }
td.TdClassName
{
border-color: #1232DB;
}
.TagClassName
{
border-color: #1232DB;
}
</style>