Shades of Persian Blue #0C37DE
Tints of Persian Blue #0C37DE
RGB
CMYK
RGB Variations
Color information
#0C37DE (or 0x0C37DE) is known color: Persian Blue. HEX triplet: 0C, 37 and DE. RGB value is (12,55,222). Sum of RGB (Red+Green+Blue) = 12+55+222=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C37DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37DE is #F3C821. Grayscale: #3C3C3C. Windows color (decimal): -15976482 or 14563084. OLE color: 14563084.
HSL color Cylindrical-coordinate representation of color #0C37DE: hue angle of 227.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C37DE is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 55 | 222 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.13 |
| HSL | 227.71º | 0.9% | 0.46% | - |
| HSV(B) | 227.71º | 0.95% | 0.87% | - |
| XYZ | 14.7 | 8.08 | 69.89 | - |
| YUV | 61.18 | 218.75 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 222 | 0.95 | 0.75 | 0 | 0.13 | 227.71 | 0.9 | 0.46 |
| Hex | C | 37 | DE | 5F | 4B | 0 | D | E4 | 5A | 2E |
| Octal | 14 | 67 | 336 | 137 | 113 | 0 | 15 | 344 | 132 | 56 |
| Binary | 1100 | 110111 | 11011110 | 1011111 | 1001011 | 0 | 1101 | 11100100 | 1011010 | 101110 |
Color Harmonies of #0C37DE
Complementary color
Monochromatic Colors of #0C37DE
Black with #0C37DE
Text Example
Text Example
White with #0C37DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C37DE; }
p { color: rgb(12,55,222); }
H1.HeaderClassName
{
color: #0C37DE;
}
.AnyTagClassName
{
color: #0C37DE;
}
</style>
background-color css
<style>
a { background-color: #0C37DE; }
a { background-color: rgb(12,55,222); }
div.DivClassName
{
background-color: #0C37DE;
}
.BgClassName
{
background-color: #0C37DE;
}
</style>
border-color css
<style>
span { border-color: #0C37DE; }
span { border-color: rgb(12,55,222); }
td.TdClassName
{
border-color: #0C37DE;
}
.TagClassName
{
border-color: #0C37DE;
}
</style>