Shades of Persian Blue #0027CD
Tints of Persian Blue #0027CD
RGB
CMYK
RGB Variations
Color information
#0027CD (or 0x0027CD) is known color: Persian Blue. HEX triplet: 00, 27 and CD. RGB value is (0,39,205). Sum of RGB (Red+Green+Blue) = 0+39+205=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #0027CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027CD is #FFD832. Grayscale: #2D2D2D. Windows color (decimal): -16767027 or 13444864. OLE color: 13444864.
HSL color Cylindrical-coordinate representation of color #0027CD: hue angle of 228.59º 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 #0027CD is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 39 | 205 | - |
| CMYK | 1 | 0.81 | 0 | 0.20 |
| HSL | 228.59º | 1% | 0.4% | - |
| HSV(B) | 228.59º | 1% | 0.8% | - |
| XYZ | 11.74 | 5.86 | 58.27 | - |
| YUV | 46.26 | 217.58 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 205 | 1 | 0.81 | 0 | 0.20 | 228.59 | 1 | 0.4 |
| Hex | 0 | 27 | CD | 64 | 51 | 0 | 14 | E5 | 64 | 28 |
| Octal | 0 | 47 | 315 | 144 | 121 | 0 | 24 | 345 | 144 | 50 |
| Binary | 0 | 100111 | 11001101 | 1100100 | 1010001 | 0 | 10100 | 11100101 | 1100100 | 101000 |
Color Harmonies of #0027CD
Complementary color
Monochromatic Colors of #0027CD
Black with #0027CD
Text Example
Text Example
White with #0027CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027CD; }
p { color: rgb(0,39,205); }
H1.HeaderClassName
{
color: #0027CD;
}
.AnyTagClassName
{
color: #0027CD;
}
</style>
background-color css
<style>
a { background-color: #0027CD; }
a { background-color: rgb(0,39,205); }
div.DivClassName
{
background-color: #0027CD;
}
.BgClassName
{
background-color: #0027CD;
}
</style>
border-color css
<style>
span { border-color: #0027CD; }
span { border-color: rgb(0,39,205); }
td.TdClassName
{
border-color: #0027CD;
}
.TagClassName
{
border-color: #0027CD;
}
</style>