Shades of Regal Blue #0E3851
Tints of Regal Blue #0E3851
RGB
CMYK
RGB Variations
Color information
#0E3851 (or 0x0E3851) is known color: Regal Blue. HEX triplet: 0E, 38 and 51. RGB value is (14,56,81). Sum of RGB (Red+Green+Blue) = 14+56+81=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E3851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3851 is #F1C7AE. Grayscale: #2E2E2E. Windows color (decimal): -15845295 or 5322766. OLE color: 5322766.
HSL color Cylindrical-coordinate representation of color #0E3851: hue angle of 202.39º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E3851 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 56 | 81 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.68 |
| HSL | 202.39º | 0.71% | 0.19% | - |
| HSV(B) | 202.39º | 0.83% | 0.32% | - |
| XYZ | 3.08 | 3.52 | 8.3 | - |
| YUV | 46.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 81 | 0.83 | 0.31 | 0 | 0.68 | 202.39 | 0.71 | 0.19 |
| Hex | E | 38 | 51 | 53 | 1F | 0 | 44 | CA | 47 | 13 |
| Octal | 16 | 70 | 121 | 123 | 37 | 0 | 104 | 312 | 107 | 23 |
| Binary | 1110 | 111000 | 1010001 | 1010011 | 11111 | 0 | 1000100 | 11001010 | 1000111 | 10011 |
Color Harmonies of #0E3851
Complementary color
Monochromatic Colors of #0E3851
Black with #0E3851
Text Example
Text Example
White with #0E3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3851; }
p { color: rgb(14,56,81); }
H1.HeaderClassName
{
color: #0E3851;
}
.AnyTagClassName
{
color: #0E3851;
}
</style>
background-color css
<style>
a { background-color: #0E3851; }
a { background-color: rgb(14,56,81); }
div.DivClassName
{
background-color: #0E3851;
}
.BgClassName
{
background-color: #0E3851;
}
</style>
border-color css
<style>
span { border-color: #0E3851; }
span { border-color: rgb(14,56,81); }
td.TdClassName
{
border-color: #0E3851;
}
.TagClassName
{
border-color: #0E3851;
}
</style>