Shades of Persian Blue #1425CE
Tints of Persian Blue #1425CE
RGB
CMYK
RGB Variations
Color information
#1425CE (or 0x1425CE) is known color: Persian Blue. HEX triplet: 14, 25 and CE. RGB value is (20,37,206). Sum of RGB (Red+Green+Blue) = 20+37+206=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1425CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1425CE is #EBDA31. Grayscale: #323232. Windows color (decimal): -15456818 or 13509908. OLE color: 13509908.
HSL color Cylindrical-coordinate representation of color #1425CE: hue angle of 234.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1425CE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 37 | 206 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.19 |
| HSL | 234.52º | 0.82% | 0.44% | - |
| HSV(B) | 234.52º | 0.9% | 0.81% | - |
| XYZ | 12.09 | 5.93 | 58.9 | - |
| YUV | 51.18 | 215.37 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 206 | 0.90 | 0.82 | 0 | 0.19 | 234.52 | 0.82 | 0.44 |
| Hex | 14 | 25 | CE | 5A | 52 | 0 | 13 | EB | 52 | 2C |
| Octal | 24 | 45 | 316 | 132 | 122 | 0 | 23 | 353 | 122 | 54 |
| Binary | 10100 | 100101 | 11001110 | 1011010 | 1010010 | 0 | 10011 | 11101011 | 1010010 | 101100 |
Color Harmonies of #1425CE
Complementary color
Monochromatic Colors of #1425CE
Black with #1425CE
Text Example
Text Example
White with #1425CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1425CE; }
p { color: rgb(20,37,206); }
H1.HeaderClassName
{
color: #1425CE;
}
.AnyTagClassName
{
color: #1425CE;
}
</style>
background-color css
<style>
a { background-color: #1425CE; }
a { background-color: rgb(20,37,206); }
div.DivClassName
{
background-color: #1425CE;
}
.BgClassName
{
background-color: #1425CE;
}
</style>
border-color css
<style>
span { border-color: #1425CE; }
span { border-color: rgb(20,37,206); }
td.TdClassName
{
border-color: #1425CE;
}
.TagClassName
{
border-color: #1425CE;
}
</style>