Shades of Persian Blue #0C3DCC
Tints of Persian Blue #0C3DCC
RGB
CMYK
RGB Variations
Color information
#0C3DCC (or 0x0C3DCC) is known color: Persian Blue. HEX triplet: 0C, 3D and CC. RGB value is (12,61,204). Sum of RGB (Red+Green+Blue) = 12+61+204=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C3DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3DCC is #F3C233. Grayscale: #3E3E3E. Windows color (decimal): -15974964 or 13384972. OLE color: 13384972.
HSL color Cylindrical-coordinate representation of color #0C3DCC: hue angle of 224.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3DCC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 61 | 204 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.2 |
| HSL | 224.69º | 0.89% | 0.42% | - |
| HSV(B) | 224.69º | 0.94% | 0.8% | - |
| XYZ | 12.72 | 7.78 | 57.96 | - |
| YUV | 62.65 | 207.77 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 204 | 0.94 | 0.70 | 0 | 0.2 | 224.69 | 0.89 | 0.42 |
| Hex | C | 3D | CC | 5E | 46 | 0 | 14 | E1 | 59 | 2A |
| Octal | 14 | 75 | 314 | 136 | 106 | 0 | 24 | 341 | 131 | 52 |
| Binary | 1100 | 111101 | 11001100 | 1011110 | 1000110 | 0 | 10100 | 11100001 | 1011001 | 101010 |
Color Harmonies of #0C3DCC
Complementary color
Monochromatic Colors of #0C3DCC
Black with #0C3DCC
Text Example
Text Example
White with #0C3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3DCC; }
p { color: rgb(12,61,204); }
H1.HeaderClassName
{
color: #0C3DCC;
}
.AnyTagClassName
{
color: #0C3DCC;
}
</style>
background-color css
<style>
a { background-color: #0C3DCC; }
a { background-color: rgb(12,61,204); }
div.DivClassName
{
background-color: #0C3DCC;
}
.BgClassName
{
background-color: #0C3DCC;
}
</style>
border-color css
<style>
span { border-color: #0C3DCC; }
span { border-color: rgb(12,61,204); }
td.TdClassName
{
border-color: #0C3DCC;
}
.TagClassName
{
border-color: #0C3DCC;
}
</style>