Shades of Persian Blue #0C45DC
Tints of Persian Blue #0C45DC
RGB
CMYK
RGB Variations
Color information
#0C45DC (or 0x0C45DC) is known color: Persian Blue. HEX triplet: 0C, 45 and DC. RGB value is (12,69,220). Sum of RGB (Red+Green+Blue) = 12+69+220=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C45DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C45DC is #F3BA23. Grayscale: #444444. Windows color (decimal): -15972900 or 14435596. OLE color: 14435596.
HSL color Cylindrical-coordinate representation of color #0C45DC: hue angle of 223.56º 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 #0C45DC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 69 | 220 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.14 |
| HSL | 223.56º | 0.9% | 0.45% | - |
| HSV(B) | 223.56º | 0.95% | 0.86% | - |
| XYZ | 15.2 | 9.5 | 68.74 | - |
| YUV | 69.17 | 213.12 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 69 | 220 | 0.95 | 0.69 | 0 | 0.14 | 223.56 | 0.9 | 0.45 |
| Hex | C | 45 | DC | 5F | 45 | 0 | E | E0 | 5A | 2D |
| Octal | 14 | 105 | 334 | 137 | 105 | 0 | 16 | 340 | 132 | 55 |
| Binary | 1100 | 1000101 | 11011100 | 1011111 | 1000101 | 0 | 1110 | 11100000 | 1011010 | 101101 |
Color Harmonies of #0C45DC
Complementary color
Monochromatic Colors of #0C45DC
Black with #0C45DC
Text Example
Text Example
White with #0C45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C45DC; }
p { color: rgb(12,69,220); }
H1.HeaderClassName
{
color: #0C45DC;
}
.AnyTagClassName
{
color: #0C45DC;
}
</style>
background-color css
<style>
a { background-color: #0C45DC; }
a { background-color: rgb(12,69,220); }
div.DivClassName
{
background-color: #0C45DC;
}
.BgClassName
{
background-color: #0C45DC;
}
</style>
border-color css
<style>
span { border-color: #0C45DC; }
span { border-color: rgb(12,69,220); }
td.TdClassName
{
border-color: #0C45DC;
}
.TagClassName
{
border-color: #0C45DC;
}
</style>