Shades of Persian Blue #1325CF
Tints of Persian Blue #1325CF
RGB
CMYK
RGB Variations
Color information
#1325CF (or 0x1325CF) is known color: Persian Blue. HEX triplet: 13, 25 and CF. RGB value is (19,37,207). Sum of RGB (Red+Green+Blue) = 19+37+207=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #1325CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325CF is #ECDA30. Grayscale: #323232. Windows color (decimal): -15522353 or 13575443. OLE color: 13575443.
HSL color Cylindrical-coordinate representation of color #1325CF: hue angle of 234.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1325CF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 37 | 207 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.19 |
| HSL | 234.26º | 0.83% | 0.44% | - |
| HSV(B) | 234.26º | 0.91% | 0.81% | - |
| XYZ | 12.19 | 5.97 | 59.54 | - |
| YUV | 51 | 216.04 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 207 | 0.91 | 0.82 | 0 | 0.19 | 234.26 | 0.83 | 0.44 |
| Hex | 13 | 25 | CF | 5B | 52 | 0 | 13 | EA | 53 | 2C |
| Octal | 23 | 45 | 317 | 133 | 122 | 0 | 23 | 352 | 123 | 54 |
| Binary | 10011 | 100101 | 11001111 | 1011011 | 1010010 | 0 | 10011 | 11101010 | 1010011 | 101100 |
Color Harmonies of #1325CF
Complementary color
Monochromatic Colors of #1325CF
Black with #1325CF
Text Example
Text Example
White with #1325CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1325CF; }
p { color: rgb(19,37,207); }
H1.HeaderClassName
{
color: #1325CF;
}
.AnyTagClassName
{
color: #1325CF;
}
</style>
background-color css
<style>
a { background-color: #1325CF; }
a { background-color: rgb(19,37,207); }
div.DivClassName
{
background-color: #1325CF;
}
.BgClassName
{
background-color: #1325CF;
}
</style>
border-color css
<style>
span { border-color: #1325CF; }
span { border-color: rgb(19,37,207); }
td.TdClassName
{
border-color: #1325CF;
}
.TagClassName
{
border-color: #1325CF;
}
</style>