Shades of Regal Blue #0C3B57
Tints of Regal Blue #0C3B57
RGB
CMYK
RGB Variations
Color information
#0C3B57 (or 0x0C3B57) is known color: Regal Blue. HEX triplet: 0C, 3B and 57. RGB value is (12,59,87). Sum of RGB (Red+Green+Blue) = 12+59+87=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #0C3B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3B57 is #F3C4A8. Grayscale: #2F2F2F. Windows color (decimal): -15975593 or 5716748. OLE color: 5716748.
HSL color Cylindrical-coordinate representation of color #0C3B57: hue angle of 202.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3B57 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 59 | 87 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.66 |
| HSL | 202.4º | 0.76% | 0.19% | - |
| HSV(B) | 202.4º | 0.86% | 0.34% | - |
| XYZ | 3.44 | 3.89 | 9.59 | - |
| YUV | 48.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 87 | 0.86 | 0.32 | 0 | 0.66 | 202.4 | 0.76 | 0.19 |
| Hex | C | 3B | 57 | 56 | 20 | 0 | 42 | CA | 4C | 13 |
| Octal | 14 | 73 | 127 | 126 | 40 | 0 | 102 | 312 | 114 | 23 |
| Binary | 1100 | 111011 | 1010111 | 1010110 | 100000 | 0 | 1000010 | 11001010 | 1001100 | 10011 |
Color Harmonies of #0C3B57
Complementary color
Monochromatic Colors of #0C3B57
Black with #0C3B57
Text Example
Text Example
White with #0C3B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B57; }
p { color: rgb(12,59,87); }
H1.HeaderClassName
{
color: #0C3B57;
}
.AnyTagClassName
{
color: #0C3B57;
}
</style>
background-color css
<style>
a { background-color: #0C3B57; }
a { background-color: rgb(12,59,87); }
div.DivClassName
{
background-color: #0C3B57;
}
.BgClassName
{
background-color: #0C3B57;
}
</style>
border-color css
<style>
span { border-color: #0C3B57; }
span { border-color: rgb(12,59,87); }
td.TdClassName
{
border-color: #0C3B57;
}
.TagClassName
{
border-color: #0C3B57;
}
</style>