Shades of Persian Blue #0025CD
Tints of Persian Blue #0025CD
RGB
CMYK
RGB Variations
Color information
#0025CD (or 0x0025CD) is known color: Persian Blue. HEX triplet: 00, 25 and CD. RGB value is (0,37,205). Sum of RGB (Red+Green+Blue) = 0+37+205=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #0025CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025CD is #FFDA32. Grayscale: #2C2C2C. Windows color (decimal): -16767539 or 13444352. OLE color: 13444352.
HSL color Cylindrical-coordinate representation of color #0025CD: hue angle of 229.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025CD is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 37 | 205 | - |
| CMYK | 1 | 0.82 | 0 | 0.20 |
| HSL | 229.17º | 1% | 0.4% | - |
| HSV(B) | 229.17º | 1% | 0.8% | - |
| XYZ | 11.68 | 5.73 | 58.25 | - |
| YUV | 45.09 | 218.24 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 205 | 1 | 0.82 | 0 | 0.20 | 229.17 | 1 | 0.4 |
| Hex | 0 | 25 | CD | 64 | 52 | 0 | 14 | E5 | 64 | 28 |
| Octal | 0 | 45 | 315 | 144 | 122 | 0 | 24 | 345 | 144 | 50 |
| Binary | 0 | 100101 | 11001101 | 1100100 | 1010010 | 0 | 10100 | 11100101 | 1100100 | 101000 |
Color Harmonies of #0025CD
Complementary color
Monochromatic Colors of #0025CD
Black with #0025CD
Text Example
Text Example
White with #0025CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025CD; }
p { color: rgb(0,37,205); }
H1.HeaderClassName
{
color: #0025CD;
}
.AnyTagClassName
{
color: #0025CD;
}
</style>
background-color css
<style>
a { background-color: #0025CD; }
a { background-color: rgb(0,37,205); }
div.DivClassName
{
background-color: #0025CD;
}
.BgClassName
{
background-color: #0025CD;
}
</style>
border-color css
<style>
span { border-color: #0025CD; }
span { border-color: rgb(0,37,205); }
td.TdClassName
{
border-color: #0025CD;
}
.TagClassName
{
border-color: #0025CD;
}
</style>