Shades of Persian Blue #0C40EF
Tints of Persian Blue #0C40EF
RGB
CMYK
RGB Variations
Color information
#0C40EF (or 0x0C40EF) is known color: Persian Blue. HEX triplet: 0C, 40 and EF. RGB value is (12,64,239). Sum of RGB (Red+Green+Blue) = 12+64+239=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C40EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C40EF is #F3BF10. Grayscale: #434343. Windows color (decimal): -15974161 or 15679500. OLE color: 15679500.
HSL color Cylindrical-coordinate representation of color #0C40EF: hue angle of 226.26º 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 #0C40EF is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 64 | 239 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.06 |
| HSL | 226.26º | 0.9% | 0.49% | - |
| HSV(B) | 226.26º | 0.95% | 0.94% | - |
| XYZ | 17.57 | 9.98 | 82.66 | - |
| YUV | 68.4 | 224.27 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 239 | 0.95 | 0.73 | 0 | 0.06 | 226.26 | 0.9 | 0.49 |
| Hex | C | 40 | EF | 5F | 49 | 0 | 6 | E2 | 5A | 31 |
| Octal | 14 | 100 | 357 | 137 | 111 | 0 | 6 | 342 | 132 | 61 |
| Binary | 1100 | 1000000 | 11101111 | 1011111 | 1001001 | 0 | 110 | 11100010 | 1011010 | 110001 |
Color Harmonies of #0C40EF
Complementary color
Monochromatic Colors of #0C40EF
Black with #0C40EF
Text Example
Text Example
White with #0C40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C40EF; }
p { color: rgb(12,64,239); }
H1.HeaderClassName
{
color: #0C40EF;
}
.AnyTagClassName
{
color: #0C40EF;
}
</style>
background-color css
<style>
a { background-color: #0C40EF; }
a { background-color: rgb(12,64,239); }
div.DivClassName
{
background-color: #0C40EF;
}
.BgClassName
{
background-color: #0C40EF;
}
</style>
border-color css
<style>
span { border-color: #0C40EF; }
span { border-color: rgb(12,64,239); }
td.TdClassName
{
border-color: #0C40EF;
}
.TagClassName
{
border-color: #0C40EF;
}
</style>