Shades of Persian Blue #1825CF
Tints of Persian Blue #1825CF
RGB
CMYK
RGB Variations
Color information
#1825CF (or 0x1825CF) is known color: Persian Blue. HEX triplet: 18, 25 and CF. RGB value is (24,37,207). Sum of RGB (Red+Green+Blue) = 24+37+207=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #1825CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825CF is #E7DA30. Grayscale: #333333. Windows color (decimal): -15194673 or 13575448. OLE color: 13575448.
HSL color Cylindrical-coordinate representation of color #1825CF: hue angle of 235.74º 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 #1825CF is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 37 | 207 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.19 |
| HSL | 235.74º | 0.79% | 0.45% | - |
| HSV(B) | 235.74º | 0.88% | 0.81% | - |
| XYZ | 12.3 | 6.02 | 59.55 | - |
| YUV | 52.49 | 215.19 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 207 | 0.88 | 0.82 | 0 | 0.19 | 235.74 | 0.79 | 0.45 |
| Hex | 18 | 25 | CF | 58 | 52 | 0 | 13 | EC | 4F | 2D |
| Octal | 30 | 45 | 317 | 130 | 122 | 0 | 23 | 354 | 117 | 55 |
| Binary | 11000 | 100101 | 11001111 | 1011000 | 1010010 | 0 | 10011 | 11101100 | 1001111 | 101101 |
Color Harmonies of #1825CF
Complementary color
Monochromatic Colors of #1825CF
Black with #1825CF
Text Example
Text Example
White with #1825CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1825CF; }
p { color: rgb(24,37,207); }
H1.HeaderClassName
{
color: #1825CF;
}
.AnyTagClassName
{
color: #1825CF;
}
</style>
background-color css
<style>
a { background-color: #1825CF; }
a { background-color: rgb(24,37,207); }
div.DivClassName
{
background-color: #1825CF;
}
.BgClassName
{
background-color: #1825CF;
}
</style>
border-color css
<style>
span { border-color: #1825CF; }
span { border-color: rgb(24,37,207); }
td.TdClassName
{
border-color: #1825CF;
}
.TagClassName
{
border-color: #1825CF;
}
</style>