Shades of Persian Blue #1833CE
Tints of Persian Blue #1833CE
RGB
CMYK
RGB Variations
Color information
#1833CE (or 0x1833CE) is known color: Persian Blue. HEX triplet: 18, 33 and CE. RGB value is (24,51,206). Sum of RGB (Red+Green+Blue) = 24+51+206=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #1833CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833CE is #E7CC31. Grayscale: #3B3B3B. Windows color (decimal): -15191090 or 13513496. OLE color: 13513496.
HSL color Cylindrical-coordinate representation of color #1833CE: hue angle of 231.1º 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 #1833CE is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 51 | 206 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.19 |
| HSL | 231.1º | 0.79% | 0.45% | - |
| HSV(B) | 231.1º | 0.88% | 0.81% | - |
| XYZ | 12.7 | 7.02 | 59.08 | - |
| YUV | 60.6 | 210.05 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 206 | 0.88 | 0.75 | 0 | 0.19 | 231.1 | 0.79 | 0.45 |
| Hex | 18 | 33 | CE | 58 | 4B | 0 | 13 | E7 | 4F | 2D |
| Octal | 30 | 63 | 316 | 130 | 113 | 0 | 23 | 347 | 117 | 55 |
| Binary | 11000 | 110011 | 11001110 | 1011000 | 1001011 | 0 | 10011 | 11100111 | 1001111 | 101101 |
Color Harmonies of #1833CE
Complementary color
Monochromatic Colors of #1833CE
Black with #1833CE
Text Example
Text Example
White with #1833CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1833CE; }
p { color: rgb(24,51,206); }
H1.HeaderClassName
{
color: #1833CE;
}
.AnyTagClassName
{
color: #1833CE;
}
</style>
background-color css
<style>
a { background-color: #1833CE; }
a { background-color: rgb(24,51,206); }
div.DivClassName
{
background-color: #1833CE;
}
.BgClassName
{
background-color: #1833CE;
}
</style>
border-color css
<style>
span { border-color: #1833CE; }
span { border-color: rgb(24,51,206); }
td.TdClassName
{
border-color: #1833CE;
}
.TagClassName
{
border-color: #1833CE;
}
</style>