Shades of Persian Blue #1025CF
Tints of Persian Blue #1025CF
RGB
CMYK
RGB Variations
Color information
#1025CF (or 0x1025CF) is known color: Persian Blue. HEX triplet: 10, 25 and CF. RGB value is (16,37,207). Sum of RGB (Red+Green+Blue) = 16+37+207=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #1025CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025CF is #EFDA30. Grayscale: #313131. Windows color (decimal): -15718961 or 13575440. OLE color: 13575440.
HSL color Cylindrical-coordinate representation of color #1025CF: hue angle of 233.4º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1025CF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 37 | 207 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.19 |
| HSL | 233.4º | 0.86% | 0.44% | - |
| HSV(B) | 233.4º | 0.92% | 0.81% | - |
| XYZ | 12.14 | 5.94 | 59.54 | - |
| YUV | 50.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 207 | 0.92 | 0.82 | 0 | 0.19 | 233.4 | 0.86 | 0.44 |
| Hex | 10 | 25 | CF | 5C | 52 | 0 | 13 | E9 | 56 | 2C |
| Octal | 20 | 45 | 317 | 134 | 122 | 0 | 23 | 351 | 126 | 54 |
| Binary | 10000 | 100101 | 11001111 | 1011100 | 1010010 | 0 | 10011 | 11101001 | 1010110 | 101100 |
Color Harmonies of #1025CF
Complementary color
Monochromatic Colors of #1025CF
Black with #1025CF
Text Example
Text Example
White with #1025CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025CF; }
p { color: rgb(16,37,207); }
H1.HeaderClassName
{
color: #1025CF;
}
.AnyTagClassName
{
color: #1025CF;
}
</style>
background-color css
<style>
a { background-color: #1025CF; }
a { background-color: rgb(16,37,207); }
div.DivClassName
{
background-color: #1025CF;
}
.BgClassName
{
background-color: #1025CF;
}
</style>
border-color css
<style>
span { border-color: #1025CF; }
span { border-color: rgb(16,37,207); }
td.TdClassName
{
border-color: #1025CF;
}
.TagClassName
{
border-color: #1025CF;
}
</style>