Shades of Persian Blue #1826CE
Tints of Persian Blue #1826CE
RGB
CMYK
RGB Variations
Color information
#1826CE (or 0x1826CE) is known color: Persian Blue. HEX triplet: 18, 26 and CE. RGB value is (24,38,206). Sum of RGB (Red+Green+Blue) = 24+38+206=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #1826CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1826CE is #E7D931. Grayscale: #343434. Windows color (decimal): -15194418 or 13510168. OLE color: 13510168.
HSL color Cylindrical-coordinate representation of color #1826CE: hue angle of 235.38º 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 #1826CE is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 38 | 206 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.19 |
| HSL | 235.38º | 0.79% | 0.45% | - |
| HSV(B) | 235.38º | 0.88% | 0.81% | - |
| XYZ | 12.21 | 6.04 | 58.91 | - |
| YUV | 52.97 | 214.36 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 206 | 0.88 | 0.82 | 0 | 0.19 | 235.38 | 0.79 | 0.45 |
| Hex | 18 | 26 | CE | 58 | 52 | 0 | 13 | EB | 4F | 2D |
| Octal | 30 | 46 | 316 | 130 | 122 | 0 | 23 | 353 | 117 | 55 |
| Binary | 11000 | 100110 | 11001110 | 1011000 | 1010010 | 0 | 10011 | 11101011 | 1001111 | 101101 |
Color Harmonies of #1826CE
Complementary color
Monochromatic Colors of #1826CE
Black with #1826CE
Text Example
Text Example
White with #1826CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1826CE; }
p { color: rgb(24,38,206); }
H1.HeaderClassName
{
color: #1826CE;
}
.AnyTagClassName
{
color: #1826CE;
}
</style>
background-color css
<style>
a { background-color: #1826CE; }
a { background-color: rgb(24,38,206); }
div.DivClassName
{
background-color: #1826CE;
}
.BgClassName
{
background-color: #1826CE;
}
</style>
border-color css
<style>
span { border-color: #1826CE; }
span { border-color: rgb(24,38,206); }
td.TdClassName
{
border-color: #1826CE;
}
.TagClassName
{
border-color: #1826CE;
}
</style>