Shades of Persian Blue #1836CA
Tints of Persian Blue #1836CA
RGB
CMYK
RGB Variations
Color information
#1836CA (or 0x1836CA) is known color: Persian Blue. HEX triplet: 18, 36 and CA. RGB value is (24,54,202). Sum of RGB (Red+Green+Blue) = 24+54+202=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #1836CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836CA is #E7C935. Grayscale: #3D3D3D. Windows color (decimal): -15190326 or 13252120. OLE color: 13252120.
HSL color Cylindrical-coordinate representation of color #1836CA: hue angle of 229.89º 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 #1836CA is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 54 | 202 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.21 |
| HSL | 229.89º | 0.79% | 0.44% | - |
| HSV(B) | 229.89º | 0.88% | 0.79% | - |
| XYZ | 12.36 | 7.1 | 56.6 | - |
| YUV | 61.9 | 207.06 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 202 | 0.88 | 0.73 | 0 | 0.21 | 229.89 | 0.79 | 0.44 |
| Hex | 18 | 36 | CA | 58 | 49 | 0 | 15 | E6 | 4F | 2C |
| Octal | 30 | 66 | 312 | 130 | 111 | 0 | 25 | 346 | 117 | 54 |
| Binary | 11000 | 110110 | 11001010 | 1011000 | 1001001 | 0 | 10101 | 11100110 | 1001111 | 101100 |
Color Harmonies of #1836CA
Complementary color
Monochromatic Colors of #1836CA
Black with #1836CA
Text Example
Text Example
White with #1836CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1836CA; }
p { color: rgb(24,54,202); }
H1.HeaderClassName
{
color: #1836CA;
}
.AnyTagClassName
{
color: #1836CA;
}
</style>
background-color css
<style>
a { background-color: #1836CA; }
a { background-color: rgb(24,54,202); }
div.DivClassName
{
background-color: #1836CA;
}
.BgClassName
{
background-color: #1836CA;
}
</style>
border-color css
<style>
span { border-color: #1836CA; }
span { border-color: rgb(24,54,202); }
td.TdClassName
{
border-color: #1836CA;
}
.TagClassName
{
border-color: #1836CA;
}
</style>