Shades of Persian Blue #1837CE
Tints of Persian Blue #1837CE
RGB
CMYK
RGB Variations
Color information
#1837CE (or 0x1837CE) is known color: Persian Blue. HEX triplet: 18, 37 and CE. RGB value is (24,55,206). Sum of RGB (Red+Green+Blue) = 24+55+206=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #1837CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1837CE is #E7C831. Grayscale: #3E3E3E. Windows color (decimal): -15190066 or 13514520. OLE color: 13514520.
HSL color Cylindrical-coordinate representation of color #1837CE: hue angle of 229.78º 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 #1837CE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 55 | 206 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.19 |
| HSL | 229.78º | 0.79% | 0.45% | - |
| HSV(B) | 229.78º | 0.88% | 0.81% | - |
| XYZ | 12.88 | 7.38 | 59.14 | - |
| YUV | 62.95 | 208.73 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 206 | 0.88 | 0.73 | 0 | 0.19 | 229.78 | 0.79 | 0.45 |
| Hex | 18 | 37 | CE | 58 | 49 | 0 | 13 | E6 | 4F | 2D |
| Octal | 30 | 67 | 316 | 130 | 111 | 0 | 23 | 346 | 117 | 55 |
| Binary | 11000 | 110111 | 11001110 | 1011000 | 1001001 | 0 | 10011 | 11100110 | 1001111 | 101101 |
Color Harmonies of #1837CE
Complementary color
Monochromatic Colors of #1837CE
Black with #1837CE
Text Example
Text Example
White with #1837CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837CE; }
p { color: rgb(24,55,206); }
H1.HeaderClassName
{
color: #1837CE;
}
.AnyTagClassName
{
color: #1837CE;
}
</style>
background-color css
<style>
a { background-color: #1837CE; }
a { background-color: rgb(24,55,206); }
div.DivClassName
{
background-color: #1837CE;
}
.BgClassName
{
background-color: #1837CE;
}
</style>
border-color css
<style>
span { border-color: #1837CE; }
span { border-color: rgb(24,55,206); }
td.TdClassName
{
border-color: #1837CE;
}
.TagClassName
{
border-color: #1837CE;
}
</style>