Shades of Persian Blue #0C3DCD
Tints of Persian Blue #0C3DCD
RGB
CMYK
RGB Variations
Color information
#0C3DCD (or 0x0C3DCD) is known color: Persian Blue. HEX triplet: 0C, 3D and CD. RGB value is (12,61,205). Sum of RGB (Red+Green+Blue) = 12+61+205=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C3DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3DCD is #F3C232. Grayscale: #3E3E3E. Windows color (decimal): -15974963 or 13450508. OLE color: 13450508.
HSL color Cylindrical-coordinate representation of color #0C3DCD: hue angle of 224.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3DCD is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 61 | 205 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.20 |
| HSL | 224.77º | 0.89% | 0.43% | - |
| HSV(B) | 224.77º | 0.94% | 0.8% | - |
| XYZ | 12.84 | 7.82 | 58.59 | - |
| YUV | 62.77 | 208.27 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 205 | 0.94 | 0.70 | 0 | 0.20 | 224.77 | 0.89 | 0.43 |
| Hex | C | 3D | CD | 5E | 46 | 0 | 14 | E1 | 59 | 2B |
| Octal | 14 | 75 | 315 | 136 | 106 | 0 | 24 | 341 | 131 | 53 |
| Binary | 1100 | 111101 | 11001101 | 1011110 | 1000110 | 0 | 10100 | 11100001 | 1011001 | 101011 |
Color Harmonies of #0C3DCD
Complementary color
Monochromatic Colors of #0C3DCD
Black with #0C3DCD
Text Example
Text Example
White with #0C3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3DCD; }
p { color: rgb(12,61,205); }
H1.HeaderClassName
{
color: #0C3DCD;
}
.AnyTagClassName
{
color: #0C3DCD;
}
</style>
background-color css
<style>
a { background-color: #0C3DCD; }
a { background-color: rgb(12,61,205); }
div.DivClassName
{
background-color: #0C3DCD;
}
.BgClassName
{
background-color: #0C3DCD;
}
</style>
border-color css
<style>
span { border-color: #0C3DCD; }
span { border-color: rgb(12,61,205); }
td.TdClassName
{
border-color: #0C3DCD;
}
.TagClassName
{
border-color: #0C3DCD;
}
</style>