Shades of Persian Blue #0C3FCC
Tints of Persian Blue #0C3FCC
RGB
CMYK
RGB Variations
Color information
#0C3FCC (or 0x0C3FCC) is known color: Persian Blue. HEX triplet: 0C, 3F and CC. RGB value is (12,63,204). Sum of RGB (Red+Green+Blue) = 12+63+204=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C3FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3FCC is #F3C033. Grayscale: #3F3F3F. Windows color (decimal): -15974452 or 13385484. OLE color: 13385484.
HSL color Cylindrical-coordinate representation of color #0C3FCC: hue angle of 224.06º 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 #0C3FCC is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 63 | 204 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.2 |
| HSL | 224.06º | 0.89% | 0.42% | - |
| HSV(B) | 224.06º | 0.94% | 0.8% | - |
| XYZ | 12.83 | 7.99 | 57.99 | - |
| YUV | 63.83 | 207.1 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 63 | 204 | 0.94 | 0.69 | 0 | 0.2 | 224.06 | 0.89 | 0.42 |
| Hex | C | 3F | CC | 5E | 45 | 0 | 14 | E0 | 59 | 2A |
| Octal | 14 | 77 | 314 | 136 | 105 | 0 | 24 | 340 | 131 | 52 |
| Binary | 1100 | 111111 | 11001100 | 1011110 | 1000101 | 0 | 10100 | 11100000 | 1011001 | 101010 |
Color Harmonies of #0C3FCC
Complementary color
Monochromatic Colors of #0C3FCC
Black with #0C3FCC
Text Example
Text Example
White with #0C3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3FCC; }
p { color: rgb(12,63,204); }
H1.HeaderClassName
{
color: #0C3FCC;
}
.AnyTagClassName
{
color: #0C3FCC;
}
</style>
background-color css
<style>
a { background-color: #0C3FCC; }
a { background-color: rgb(12,63,204); }
div.DivClassName
{
background-color: #0C3FCC;
}
.BgClassName
{
background-color: #0C3FCC;
}
</style>
border-color css
<style>
span { border-color: #0C3FCC; }
span { border-color: rgb(12,63,204); }
td.TdClassName
{
border-color: #0C3FCC;
}
.TagClassName
{
border-color: #0C3FCC;
}
</style>