Shades of Persian Blue #0027CC
Tints of Persian Blue #0027CC
RGB
CMYK
RGB Variations
Color information
#0027CC (or 0x0027CC) is known color: Persian Blue. HEX triplet: 00, 27 and CC. RGB value is (0,39,204). Sum of RGB (Red+Green+Blue) = 0+39+204=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #0027CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027CC is #FFD833. Grayscale: #2D2D2D. Windows color (decimal): -16767028 or 13379328. OLE color: 13379328.
HSL color Cylindrical-coordinate representation of color #0027CC: hue angle of 228.53º 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 #0027CC is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 39 | 204 | - |
| CMYK | 1 | 0.81 | 0 | 0.2 |
| HSL | 228.53º | 1% | 0.4% | - |
| HSV(B) | 228.53º | 1% | 0.8% | - |
| XYZ | 11.62 | 5.81 | 57.64 | - |
| YUV | 46.15 | 217.08 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 204 | 1 | 0.81 | 0 | 0.2 | 228.53 | 1 | 0.4 |
| Hex | 0 | 27 | CC | 64 | 51 | 0 | 14 | E5 | 64 | 28 |
| Octal | 0 | 47 | 314 | 144 | 121 | 0 | 24 | 345 | 144 | 50 |
| Binary | 0 | 100111 | 11001100 | 1100100 | 1010001 | 0 | 10100 | 11100101 | 1100100 | 101000 |
Color Harmonies of #0027CC
Complementary color
Monochromatic Colors of #0027CC
Black with #0027CC
Text Example
Text Example
White with #0027CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027CC; }
p { color: rgb(0,39,204); }
H1.HeaderClassName
{
color: #0027CC;
}
.AnyTagClassName
{
color: #0027CC;
}
</style>
background-color css
<style>
a { background-color: #0027CC; }
a { background-color: rgb(0,39,204); }
div.DivClassName
{
background-color: #0027CC;
}
.BgClassName
{
background-color: #0027CC;
}
</style>
border-color css
<style>
span { border-color: #0027CC; }
span { border-color: rgb(0,39,204); }
td.TdClassName
{
border-color: #0027CC;
}
.TagClassName
{
border-color: #0027CC;
}
</style>