Shades of Persian Blue #0025CF
Tints of Persian Blue #0025CF
RGB
CMYK
RGB Variations
Color information
#0025CF (or 0x0025CF) is known color: Persian Blue. HEX triplet: 00, 25 and CF. RGB value is (0,37,207). Sum of RGB (Red+Green+Blue) = 0+37+207=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #0025CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025CF is #FFDA30. Grayscale: #2C2C2C. Windows color (decimal): -16767537 or 13575424. OLE color: 13575424.
HSL color Cylindrical-coordinate representation of color #0025CF: hue angle of 229.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025CF is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 37 | 207 | - |
| CMYK | 1 | 0.82 | 0 | 0.19 |
| HSL | 229.28º | 1% | 0.41% | - |
| HSV(B) | 229.28º | 1% | 0.81% | - |
| XYZ | 11.92 | 5.83 | 59.53 | - |
| YUV | 45.32 | 219.24 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 207 | 1 | 0.82 | 0 | 0.19 | 229.28 | 1 | 0.41 |
| Hex | 0 | 25 | CF | 64 | 52 | 0 | 13 | E5 | 64 | 29 |
| Octal | 0 | 45 | 317 | 144 | 122 | 0 | 23 | 345 | 144 | 51 |
| Binary | 0 | 100101 | 11001111 | 1100100 | 1010010 | 0 | 10011 | 11100101 | 1100100 | 101001 |
Color Harmonies of #0025CF
Complementary color
Monochromatic Colors of #0025CF
Black with #0025CF
Text Example
Text Example
White with #0025CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025CF; }
p { color: rgb(0,37,207); }
H1.HeaderClassName
{
color: #0025CF;
}
.AnyTagClassName
{
color: #0025CF;
}
</style>
background-color css
<style>
a { background-color: #0025CF; }
a { background-color: rgb(0,37,207); }
div.DivClassName
{
background-color: #0025CF;
}
.BgClassName
{
background-color: #0025CF;
}
</style>
border-color css
<style>
span { border-color: #0025CF; }
span { border-color: rgb(0,37,207); }
td.TdClassName
{
border-color: #0025CF;
}
.TagClassName
{
border-color: #0025CF;
}
</style>