Shades of Persian Blue #0C3CEF
Tints of Persian Blue #0C3CEF
RGB
CMYK
RGB Variations
Color information
#0C3CEF (or 0x0C3CEF) is known color: Persian Blue. HEX triplet: 0C, 3C and EF. RGB value is (12,60,239). Sum of RGB (Red+Green+Blue) = 12+60+239=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C3CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C3CEF is #F3C310. Grayscale: #414141. Windows color (decimal): -15975185 or 15678476. OLE color: 15678476.
HSL color Cylindrical-coordinate representation of color #0C3CEF: hue angle of 227.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3CEF is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 60 | 239 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.06 |
| HSL | 227.31º | 0.9% | 0.49% | - |
| HSV(B) | 227.31º | 0.95% | 0.94% | - |
| XYZ | 17.35 | 9.54 | 82.59 | - |
| YUV | 66.05 | 225.6 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 239 | 0.95 | 0.75 | 0 | 0.06 | 227.31 | 0.9 | 0.49 |
| Hex | C | 3C | EF | 5F | 4B | 0 | 6 | E3 | 5A | 31 |
| Octal | 14 | 74 | 357 | 137 | 113 | 0 | 6 | 343 | 132 | 61 |
| Binary | 1100 | 111100 | 11101111 | 1011111 | 1001011 | 0 | 110 | 11100011 | 1011010 | 110001 |
Color Harmonies of #0C3CEF
Complementary color
Monochromatic Colors of #0C3CEF
Black with #0C3CEF
Text Example
Text Example
White with #0C3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3CEF; }
p { color: rgb(12,60,239); }
H1.HeaderClassName
{
color: #0C3CEF;
}
.AnyTagClassName
{
color: #0C3CEF;
}
</style>
background-color css
<style>
a { background-color: #0C3CEF; }
a { background-color: rgb(12,60,239); }
div.DivClassName
{
background-color: #0C3CEF;
}
.BgClassName
{
background-color: #0C3CEF;
}
</style>
border-color css
<style>
span { border-color: #0C3CEF; }
span { border-color: rgb(12,60,239); }
td.TdClassName
{
border-color: #0C3CEF;
}
.TagClassName
{
border-color: #0C3CEF;
}
</style>