Shades of Persian Blue #0C27DC
Tints of Persian Blue #0C27DC
RGB
CMYK
RGB Variations
Color information
#0C27DC (or 0x0C27DC) is known color: Persian Blue. HEX triplet: 0C, 27 and DC. RGB value is (12,39,220). Sum of RGB (Red+Green+Blue) = 12+39+220=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C27DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C27DC is #F3D823. Grayscale: #323232. Windows color (decimal): -15980580 or 14427916. OLE color: 14427916.
HSL color Cylindrical-coordinate representation of color #0C27DC: hue angle of 232.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C27DC is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 39 | 220 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.14 |
| HSL | 232.21º | 0.9% | 0.45% | - |
| HSV(B) | 232.21º | 0.95% | 0.86% | - |
| XYZ | 13.8 | 6.7 | 68.28 | - |
| YUV | 51.56 | 223.05 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 220 | 0.95 | 0.82 | 0 | 0.14 | 232.21 | 0.9 | 0.45 |
| Hex | C | 27 | DC | 5F | 52 | 0 | E | E8 | 5A | 2D |
| Octal | 14 | 47 | 334 | 137 | 122 | 0 | 16 | 350 | 132 | 55 |
| Binary | 1100 | 100111 | 11011100 | 1011111 | 1010010 | 0 | 1110 | 11101000 | 1011010 | 101101 |
Color Harmonies of #0C27DC
Complementary color
Monochromatic Colors of #0C27DC
Black with #0C27DC
Text Example
Text Example
White with #0C27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C27DC; }
p { color: rgb(12,39,220); }
H1.HeaderClassName
{
color: #0C27DC;
}
.AnyTagClassName
{
color: #0C27DC;
}
</style>
background-color css
<style>
a { background-color: #0C27DC; }
a { background-color: rgb(12,39,220); }
div.DivClassName
{
background-color: #0C27DC;
}
.BgClassName
{
background-color: #0C27DC;
}
</style>
border-color css
<style>
span { border-color: #0C27DC; }
span { border-color: rgb(12,39,220); }
td.TdClassName
{
border-color: #0C27DC;
}
.TagClassName
{
border-color: #0C27DC;
}
</style>