Shades of Persian Blue #1825C1
Tints of Persian Blue #1825C1
RGB
CMYK
RGB Variations
Color information
#1825C1 (or 0x1825C1) is known color: Persian Blue. HEX triplet: 18, 25 and C1. RGB value is (24,37,193). Sum of RGB (Red+Green+Blue) = 24+37+193=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #1825C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825C1 is #E7DA3E. Grayscale: #323232. Windows color (decimal): -15194687 or 12657944. OLE color: 12657944.
HSL color Cylindrical-coordinate representation of color #1825C1: hue angle of 235.38º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1825C1 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 37 | 193 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.24 |
| HSL | 235.38º | 0.78% | 0.43% | - |
| HSV(B) | 235.38º | 0.88% | 0.76% | - |
| XYZ | 10.66 | 5.37 | 50.93 | - |
| YUV | 50.9 | 208.19 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 193 | 0.88 | 0.81 | 0 | 0.24 | 235.38 | 0.78 | 0.43 |
| Hex | 18 | 25 | C1 | 58 | 51 | 0 | 18 | EB | 4E | 2B |
| Octal | 30 | 45 | 301 | 130 | 121 | 0 | 30 | 353 | 116 | 53 |
| Binary | 11000 | 100101 | 11000001 | 1011000 | 1010001 | 0 | 11000 | 11101011 | 1001110 | 101011 |
Color Harmonies of #1825C1
Complementary color
Monochromatic Colors of #1825C1
Black with #1825C1
Text Example
Text Example
White with #1825C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1825C1; }
p { color: rgb(24,37,193); }
H1.HeaderClassName
{
color: #1825C1;
}
.AnyTagClassName
{
color: #1825C1;
}
</style>
background-color css
<style>
a { background-color: #1825C1; }
a { background-color: rgb(24,37,193); }
div.DivClassName
{
background-color: #1825C1;
}
.BgClassName
{
background-color: #1825C1;
}
</style>
border-color css
<style>
span { border-color: #1825C1; }
span { border-color: rgb(24,37,193); }
td.TdClassName
{
border-color: #1825C1;
}
.TagClassName
{
border-color: #1825C1;
}
</style>