Shades of Regal Blue #0E3856
Tints of Regal Blue #0E3856
RGB
CMYK
RGB Variations
Color information
#0E3856 (or 0x0E3856) is known color: Regal Blue. HEX triplet: 0E, 38 and 56. RGB value is (14,56,86). Sum of RGB (Red+Green+Blue) = 14+56+86=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E3856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3856 is #F1C7A9. Grayscale: #2E2E2E. Windows color (decimal): -15845290 or 5650446. OLE color: 5650446.
HSL color Cylindrical-coordinate representation of color #0E3856: hue angle of 205º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3856 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 56 | 86 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.66 |
| HSL | 205º | 0.72% | 0.2% | - |
| HSV(B) | 205º | 0.84% | 0.34% | - |
| XYZ | 3.27 | 3.59 | 9.33 | - |
| YUV | 46.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 86 | 0.84 | 0.35 | 0 | 0.66 | 205 | 0.72 | 0.2 |
| Hex | E | 38 | 56 | 54 | 23 | 0 | 42 | CD | 48 | 14 |
| Octal | 16 | 70 | 126 | 124 | 43 | 0 | 102 | 315 | 110 | 24 |
| Binary | 1110 | 111000 | 1010110 | 1010100 | 100011 | 0 | 1000010 | 11001101 | 1001000 | 10100 |
Color Harmonies of #0E3856
Complementary color
Monochromatic Colors of #0E3856
Black with #0E3856
Text Example
Text Example
White with #0E3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3856; }
p { color: rgb(14,56,86); }
H1.HeaderClassName
{
color: #0E3856;
}
.AnyTagClassName
{
color: #0E3856;
}
</style>
background-color css
<style>
a { background-color: #0E3856; }
a { background-color: rgb(14,56,86); }
div.DivClassName
{
background-color: #0E3856;
}
.BgClassName
{
background-color: #0E3856;
}
</style>
border-color css
<style>
span { border-color: #0E3856; }
span { border-color: rgb(14,56,86); }
td.TdClassName
{
border-color: #0E3856;
}
.TagClassName
{
border-color: #0E3856;
}
</style>