Shades of Persian Blue #1823CF
Tints of Persian Blue #1823CF
RGB
CMYK
RGB Variations
Color information
#1823CF (or 0x1823CF) is known color: Persian Blue. HEX triplet: 18, 23 and CF. RGB value is (24,35,207). Sum of RGB (Red+Green+Blue) = 24+35+207=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #1823CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1823CF is #E7DC30. Grayscale: #323232. Windows color (decimal): -15195185 or 13574936. OLE color: 13574936.
HSL color Cylindrical-coordinate representation of color #1823CF: hue angle of 236.39º 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 #1823CF is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 35 | 207 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.19 |
| HSL | 236.39º | 0.79% | 0.45% | - |
| HSV(B) | 236.39º | 0.88% | 0.81% | - |
| XYZ | 12.24 | 5.9 | 59.53 | - |
| YUV | 51.32 | 215.86 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 207 | 0.88 | 0.83 | 0 | 0.19 | 236.39 | 0.79 | 0.45 |
| Hex | 18 | 23 | CF | 58 | 53 | 0 | 13 | EC | 4F | 2D |
| Octal | 30 | 43 | 317 | 130 | 123 | 0 | 23 | 354 | 117 | 55 |
| Binary | 11000 | 100011 | 11001111 | 1011000 | 1010011 | 0 | 10011 | 11101100 | 1001111 | 101101 |
Color Harmonies of #1823CF
Complementary color
Monochromatic Colors of #1823CF
Black with #1823CF
Text Example
Text Example
White with #1823CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1823CF; }
p { color: rgb(24,35,207); }
H1.HeaderClassName
{
color: #1823CF;
}
.AnyTagClassName
{
color: #1823CF;
}
</style>
background-color css
<style>
a { background-color: #1823CF; }
a { background-color: rgb(24,35,207); }
div.DivClassName
{
background-color: #1823CF;
}
.BgClassName
{
background-color: #1823CF;
}
</style>
border-color css
<style>
span { border-color: #1823CF; }
span { border-color: rgb(24,35,207); }
td.TdClassName
{
border-color: #1823CF;
}
.TagClassName
{
border-color: #1823CF;
}
</style>