Shades of Persian Blue #1D25E9
Tints of Persian Blue #1D25E9
RGB
CMYK
RGB Variations
Color information
#1D25E9 (or 0x1D25E9) is known color: Persian Blue. HEX triplet: 1D, 25 and E9. RGB value is (29,37,233). Sum of RGB (Red+Green+Blue) = 29+37+233=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 233 (91.41% from 255 or 77.93% from 299); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D25E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D25E9 is #E2DA16. Grayscale: #383838. Windows color (decimal): -14866967 or 15279389. OLE color: 15279389.
HSL color Cylindrical-coordinate representation of color #1D25E9: hue angle of 237.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D25E9 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 37 | 233 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.09 |
| HSL | 237.65º | 0.82% | 0.51% | - |
| HSV(B) | 237.65º | 0.88% | 0.91% | - |
| XYZ | 15.88 | 7.47 | 77.7 | - |
| YUV | 56.95 | 227.35 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 233 | 0.88 | 0.84 | 0 | 0.09 | 237.65 | 0.82 | 0.51 |
| Hex | 1D | 25 | E9 | 58 | 54 | 0 | 9 | EE | 52 | 33 |
| Octal | 35 | 45 | 351 | 130 | 124 | 0 | 11 | 356 | 122 | 63 |
| Binary | 11101 | 100101 | 11101001 | 1011000 | 1010100 | 0 | 1001 | 11101110 | 1010010 | 110011 |
Color Harmonies of #1D25E9
Complementary color
Monochromatic Colors of #1D25E9
Black with #1D25E9
Text Example
Text Example
White with #1D25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D25E9; }
p { color: rgb(29,37,233); }
H1.HeaderClassName
{
color: #1D25E9;
}
.AnyTagClassName
{
color: #1D25E9;
}
</style>
background-color css
<style>
a { background-color: #1D25E9; }
a { background-color: rgb(29,37,233); }
div.DivClassName
{
background-color: #1D25E9;
}
.BgClassName
{
background-color: #1D25E9;
}
</style>
border-color css
<style>
span { border-color: #1D25E9; }
span { border-color: rgb(29,37,233); }
td.TdClassName
{
border-color: #1D25E9;
}
.TagClassName
{
border-color: #1D25E9;
}
</style>