Shades of Persian Blue #0C3CCF
Tints of Persian Blue #0C3CCF
RGB
CMYK
RGB Variations
Color information
#0C3CCF (or 0x0C3CCF) is known color: Persian Blue. HEX triplet: 0C, 3C and CF. RGB value is (12,60,207). Sum of RGB (Red+Green+Blue) = 12+60+207=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C3CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3CCF is #F3C330. Grayscale: #3D3D3D. Windows color (decimal): -15975217 or 13581324. OLE color: 13581324.
HSL color Cylindrical-coordinate representation of color #0C3CCF: hue angle of 225.23º 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 #0C3CCF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 60 | 207 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.19 |
| HSL | 225.23º | 0.89% | 0.43% | - |
| HSV(B) | 225.23º | 0.94% | 0.81% | - |
| XYZ | 13.03 | 7.81 | 59.85 | - |
| YUV | 62.41 | 209.6 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 207 | 0.94 | 0.71 | 0 | 0.19 | 225.23 | 0.89 | 0.43 |
| Hex | C | 3C | CF | 5E | 47 | 0 | 13 | E1 | 59 | 2B |
| Octal | 14 | 74 | 317 | 136 | 107 | 0 | 23 | 341 | 131 | 53 |
| Binary | 1100 | 111100 | 11001111 | 1011110 | 1000111 | 0 | 10011 | 11100001 | 1011001 | 101011 |
Color Harmonies of #0C3CCF
Complementary color
Monochromatic Colors of #0C3CCF
Black with #0C3CCF
Text Example
Text Example
White with #0C3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3CCF; }
p { color: rgb(12,60,207); }
H1.HeaderClassName
{
color: #0C3CCF;
}
.AnyTagClassName
{
color: #0C3CCF;
}
</style>
background-color css
<style>
a { background-color: #0C3CCF; }
a { background-color: rgb(12,60,207); }
div.DivClassName
{
background-color: #0C3CCF;
}
.BgClassName
{
background-color: #0C3CCF;
}
</style>
border-color css
<style>
span { border-color: #0C3CCF; }
span { border-color: rgb(12,60,207); }
td.TdClassName
{
border-color: #0C3CCF;
}
.TagClassName
{
border-color: #0C3CCF;
}
</style>