Shades of Persian Blue #1025C9
Tints of Persian Blue #1025C9
RGB
CMYK
RGB Variations
Color information
#1025C9 (or 0x1025C9) is known color: Persian Blue. HEX triplet: 10, 25 and C9. RGB value is (16,37,201). Sum of RGB (Red+Green+Blue) = 16+37+201=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 201 (78.91% from 255 or 79.13% from 254); Max value from RGB is 201 - color contains mainly: blue. Hex color #1025C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025C9 is #EFDA36. Grayscale: #303030. Windows color (decimal): -15718967 or 13182224. OLE color: 13182224.
HSL color Cylindrical-coordinate representation of color #1025C9: hue angle of 233.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1025C9 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 37 | 201 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.21 |
| HSL | 233.19º | 0.85% | 0.43% | - |
| HSV(B) | 233.19º | 0.92% | 0.79% | - |
| XYZ | 11.42 | 5.65 | 55.75 | - |
| YUV | 49.42 | 213.54 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 201 | 0.92 | 0.82 | 0 | 0.21 | 233.19 | 0.85 | 0.43 |
| Hex | 10 | 25 | C9 | 5C | 52 | 0 | 15 | E9 | 55 | 2B |
| Octal | 20 | 45 | 311 | 134 | 122 | 0 | 25 | 351 | 125 | 53 |
| Binary | 10000 | 100101 | 11001001 | 1011100 | 1010010 | 0 | 10101 | 11101001 | 1010101 | 101011 |
Color Harmonies of #1025C9
Complementary color
Monochromatic Colors of #1025C9
Black with #1025C9
Text Example
Text Example
White with #1025C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025C9; }
p { color: rgb(16,37,201); }
H1.HeaderClassName
{
color: #1025C9;
}
.AnyTagClassName
{
color: #1025C9;
}
</style>
background-color css
<style>
a { background-color: #1025C9; }
a { background-color: rgb(16,37,201); }
div.DivClassName
{
background-color: #1025C9;
}
.BgClassName
{
background-color: #1025C9;
}
</style>
border-color css
<style>
span { border-color: #1025C9; }
span { border-color: rgb(16,37,201); }
td.TdClassName
{
border-color: #1025C9;
}
.TagClassName
{
border-color: #1025C9;
}
</style>