Shades of Persian Blue #0C3DCF
Tints of Persian Blue #0C3DCF
RGB
CMYK
RGB Variations
Color information
#0C3DCF (or 0x0C3DCF) is known color: Persian Blue. HEX triplet: 0C, 3D and CF. RGB value is (12,61,207). Sum of RGB (Red+Green+Blue) = 12+61+207=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C3DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3DCF is #F3C230. Grayscale: #3E3E3E. Windows color (decimal): -15974961 or 13581580. OLE color: 13581580.
HSL color Cylindrical-coordinate representation of color #0C3DCF: hue angle of 224.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3DCF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 61 | 207 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.19 |
| HSL | 224.92º | 0.89% | 0.43% | - |
| HSV(B) | 224.92º | 0.94% | 0.81% | - |
| XYZ | 13.08 | 7.92 | 59.87 | - |
| YUV | 62.99 | 209.27 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 207 | 0.94 | 0.71 | 0 | 0.19 | 224.92 | 0.89 | 0.43 |
| Hex | C | 3D | CF | 5E | 47 | 0 | 13 | E1 | 59 | 2B |
| Octal | 14 | 75 | 317 | 136 | 107 | 0 | 23 | 341 | 131 | 53 |
| Binary | 1100 | 111101 | 11001111 | 1011110 | 1000111 | 0 | 10011 | 11100001 | 1011001 | 101011 |
Color Harmonies of #0C3DCF
Complementary color
Monochromatic Colors of #0C3DCF
Black with #0C3DCF
Text Example
Text Example
White with #0C3DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3DCF; }
p { color: rgb(12,61,207); }
H1.HeaderClassName
{
color: #0C3DCF;
}
.AnyTagClassName
{
color: #0C3DCF;
}
</style>
background-color css
<style>
a { background-color: #0C3DCF; }
a { background-color: rgb(12,61,207); }
div.DivClassName
{
background-color: #0C3DCF;
}
.BgClassName
{
background-color: #0C3DCF;
}
</style>
border-color css
<style>
span { border-color: #0C3DCF; }
span { border-color: rgb(12,61,207); }
td.TdClassName
{
border-color: #0C3DCF;
}
.TagClassName
{
border-color: #0C3DCF;
}
</style>