Shades of Persian Blue #1837C9
Tints of Persian Blue #1837C9
RGB
CMYK
RGB Variations
Color information
#1837C9 (or 0x1837C9) is known color: Persian Blue. HEX triplet: 18, 37 and C9. RGB value is (24,55,201). Sum of RGB (Red+Green+Blue) = 24+55+201=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #1837C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1837C9 is #E7C836. Grayscale: #3D3D3D. Windows color (decimal): -15190071 or 13186840. OLE color: 13186840.
HSL color Cylindrical-coordinate representation of color #1837C9: hue angle of 229.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1837C9 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 55 | 201 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.21 |
| HSL | 229.49º | 0.79% | 0.44% | - |
| HSV(B) | 229.49º | 0.88% | 0.79% | - |
| XYZ | 12.29 | 7.14 | 55.99 | - |
| YUV | 62.38 | 206.23 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 201 | 0.88 | 0.73 | 0 | 0.21 | 229.49 | 0.79 | 0.44 |
| Hex | 18 | 37 | C9 | 58 | 49 | 0 | 15 | E5 | 4F | 2C |
| Octal | 30 | 67 | 311 | 130 | 111 | 0 | 25 | 345 | 117 | 54 |
| Binary | 11000 | 110111 | 11001001 | 1011000 | 1001001 | 0 | 10101 | 11100101 | 1001111 | 101100 |
Color Harmonies of #1837C9
Complementary color
Monochromatic Colors of #1837C9
Black with #1837C9
Text Example
Text Example
White with #1837C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837C9; }
p { color: rgb(24,55,201); }
H1.HeaderClassName
{
color: #1837C9;
}
.AnyTagClassName
{
color: #1837C9;
}
</style>
background-color css
<style>
a { background-color: #1837C9; }
a { background-color: rgb(24,55,201); }
div.DivClassName
{
background-color: #1837C9;
}
.BgClassName
{
background-color: #1837C9;
}
</style>
border-color css
<style>
span { border-color: #1837C9; }
span { border-color: rgb(24,55,201); }
td.TdClassName
{
border-color: #1837C9;
}
.TagClassName
{
border-color: #1837C9;
}
</style>