Shades of Persian Blue #1831D6
Tints of Persian Blue #1831D6
RGB
CMYK
RGB Variations
Color information
#1831D6 (or 0x1831D6) is known color: Persian Blue. HEX triplet: 18, 31 and D6. RGB value is (24,49,214). Sum of RGB (Red+Green+Blue) = 24+49+214=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 214 (83.98% from 255 or 74.56% from 287); Max value from RGB is 214 - color contains mainly: blue. Hex color #1831D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1831D6 is #E7CE29. Grayscale: #3B3B3B. Windows color (decimal): -15191594 or 14037272. OLE color: 14037272.
HSL color Cylindrical-coordinate representation of color #1831D6: hue angle of 232.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1831D6 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 49 | 214 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.16 |
| HSL | 232.11º | 0.8% | 0.47% | - |
| HSV(B) | 232.11º | 0.89% | 0.84% | - |
| XYZ | 13.61 | 7.25 | 64.3 | - |
| YUV | 60.34 | 214.72 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 214 | 0.89 | 0.77 | 0 | 0.16 | 232.11 | 0.8 | 0.47 |
| Hex | 18 | 31 | D6 | 59 | 4D | 0 | 10 | E8 | 50 | 2F |
| Octal | 30 | 61 | 326 | 131 | 115 | 0 | 20 | 350 | 120 | 57 |
| Binary | 11000 | 110001 | 11010110 | 1011001 | 1001101 | 0 | 10000 | 11101000 | 1010000 | 101111 |
Color Harmonies of #1831D6
Complementary color
Monochromatic Colors of #1831D6
Black with #1831D6
Text Example
Text Example
White with #1831D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1831D6; }
p { color: rgb(24,49,214); }
H1.HeaderClassName
{
color: #1831D6;
}
.AnyTagClassName
{
color: #1831D6;
}
</style>
background-color css
<style>
a { background-color: #1831D6; }
a { background-color: rgb(24,49,214); }
div.DivClassName
{
background-color: #1831D6;
}
.BgClassName
{
background-color: #1831D6;
}
</style>
border-color css
<style>
span { border-color: #1831D6; }
span { border-color: rgb(24,49,214); }
td.TdClassName
{
border-color: #1831D6;
}
.TagClassName
{
border-color: #1831D6;
}
</style>