Shades of Persian Blue #0C37DD
Tints of Persian Blue #0C37DD
RGB
CMYK
RGB Variations
Color information
#0C37DD (or 0x0C37DD) is known color: Persian Blue. HEX triplet: 0C, 37 and DD. RGB value is (12,55,221). Sum of RGB (Red+Green+Blue) = 12+55+221=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C37DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37DD is #F3C822. Grayscale: #3C3C3C. Windows color (decimal): -15976483 or 14497548. OLE color: 14497548.
HSL color Cylindrical-coordinate representation of color #0C37DD: hue angle of 227.66º 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 #0C37DD is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 55 | 221 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.13 |
| HSL | 227.66º | 0.9% | 0.46% | - |
| HSV(B) | 227.66º | 0.95% | 0.87% | - |
| XYZ | 14.57 | 8.03 | 69.19 | - |
| YUV | 61.07 | 218.25 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 221 | 0.95 | 0.75 | 0 | 0.13 | 227.66 | 0.9 | 0.46 |
| Hex | C | 37 | DD | 5F | 4B | 0 | D | E4 | 5A | 2E |
| Octal | 14 | 67 | 335 | 137 | 113 | 0 | 15 | 344 | 132 | 56 |
| Binary | 1100 | 110111 | 11011101 | 1011111 | 1001011 | 0 | 1101 | 11100100 | 1011010 | 101110 |
Color Harmonies of #0C37DD
Complementary color
Monochromatic Colors of #0C37DD
Black with #0C37DD
Text Example
Text Example
White with #0C37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C37DD; }
p { color: rgb(12,55,221); }
H1.HeaderClassName
{
color: #0C37DD;
}
.AnyTagClassName
{
color: #0C37DD;
}
</style>
background-color css
<style>
a { background-color: #0C37DD; }
a { background-color: rgb(12,55,221); }
div.DivClassName
{
background-color: #0C37DD;
}
.BgClassName
{
background-color: #0C37DD;
}
</style>
border-color css
<style>
span { border-color: #0C37DD; }
span { border-color: rgb(12,55,221); }
td.TdClassName
{
border-color: #0C37DD;
}
.TagClassName
{
border-color: #0C37DD;
}
</style>