Shades of Persian Blue #0C40DC
Tints of Persian Blue #0C40DC
RGB
CMYK
RGB Variations
Color information
#0C40DC (or 0x0C40DC) is known color: Persian Blue. HEX triplet: 0C, 40 and DC. RGB value is (12,64,220). Sum of RGB (Red+Green+Blue) = 12+64+220=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C40DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C40DC is #F3BF23. Grayscale: #414141. Windows color (decimal): -15974180 or 14434316. OLE color: 14434316.
HSL color Cylindrical-coordinate representation of color #0C40DC: hue angle of 225º 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 #0C40DC is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 64 | 220 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.14 |
| HSL | 225º | 0.9% | 0.45% | - |
| HSV(B) | 225º | 0.95% | 0.86% | - |
| XYZ | 14.9 | 8.91 | 68.64 | - |
| YUV | 66.24 | 214.77 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 220 | 0.95 | 0.71 | 0 | 0.14 | 225 | 0.9 | 0.45 |
| Hex | C | 40 | DC | 5F | 47 | 0 | E | E1 | 5A | 2D |
| Octal | 14 | 100 | 334 | 137 | 107 | 0 | 16 | 341 | 132 | 55 |
| Binary | 1100 | 1000000 | 11011100 | 1011111 | 1000111 | 0 | 1110 | 11100001 | 1011010 | 101101 |
Color Harmonies of #0C40DC
Complementary color
Monochromatic Colors of #0C40DC
Black with #0C40DC
Text Example
Text Example
White with #0C40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C40DC; }
p { color: rgb(12,64,220); }
H1.HeaderClassName
{
color: #0C40DC;
}
.AnyTagClassName
{
color: #0C40DC;
}
</style>
background-color css
<style>
a { background-color: #0C40DC; }
a { background-color: rgb(12,64,220); }
div.DivClassName
{
background-color: #0C40DC;
}
.BgClassName
{
background-color: #0C40DC;
}
</style>
border-color css
<style>
span { border-color: #0C40DC; }
span { border-color: rgb(12,64,220); }
td.TdClassName
{
border-color: #0C40DC;
}
.TagClassName
{
border-color: #0C40DC;
}
</style>