Shades of Persian Blue #1828CF
Tints of Persian Blue #1828CF
RGB
CMYK
RGB Variations
Color information
#1828CF (or 0x1828CF) is known color: Persian Blue. HEX triplet: 18, 28 and CF. RGB value is (24,40,207). Sum of RGB (Red+Green+Blue) = 24+40+207=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #1828CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1828CF is #E7D730. Grayscale: #353535. Windows color (decimal): -15193905 or 13576216. OLE color: 13576216.
HSL color Cylindrical-coordinate representation of color #1828CF: hue angle of 234.75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1828CF is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 40 | 207 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.19 |
| HSL | 234.75º | 0.79% | 0.45% | - |
| HSV(B) | 234.75º | 0.88% | 0.81% | - |
| XYZ | 12.4 | 6.22 | 59.58 | - |
| YUV | 54.25 | 214.2 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 207 | 0.88 | 0.81 | 0 | 0.19 | 234.75 | 0.79 | 0.45 |
| Hex | 18 | 28 | CF | 58 | 51 | 0 | 13 | EB | 4F | 2D |
| Octal | 30 | 50 | 317 | 130 | 121 | 0 | 23 | 353 | 117 | 55 |
| Binary | 11000 | 101000 | 11001111 | 1011000 | 1010001 | 0 | 10011 | 11101011 | 1001111 | 101101 |
Color Harmonies of #1828CF
Complementary color
Monochromatic Colors of #1828CF
Black with #1828CF
Text Example
Text Example
White with #1828CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1828CF; }
p { color: rgb(24,40,207); }
H1.HeaderClassName
{
color: #1828CF;
}
.AnyTagClassName
{
color: #1828CF;
}
</style>
background-color css
<style>
a { background-color: #1828CF; }
a { background-color: rgb(24,40,207); }
div.DivClassName
{
background-color: #1828CF;
}
.BgClassName
{
background-color: #1828CF;
}
</style>
border-color css
<style>
span { border-color: #1828CF; }
span { border-color: rgb(24,40,207); }
td.TdClassName
{
border-color: #1828CF;
}
.TagClassName
{
border-color: #1828CF;
}
</style>