Shades of Regal Blue #0E3252
Tints of Regal Blue #0E3252
RGB
CMYK
RGB Variations
Color information
#0E3252 (or 0x0E3252) is known color: Regal Blue. HEX triplet: 0E, 32 and 52. RGB value is (14,50,82). Sum of RGB (Red+Green+Blue) = 14+50+82=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #0E3252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3252 is #F1CDAD. Grayscale: #2A2A2A. Windows color (decimal): -15846830 or 5386766. OLE color: 5386766.
HSL color Cylindrical-coordinate representation of color #0E3252: hue angle of 208.24º 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 #0E3252 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 50 | 82 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.68 |
| HSL | 208.24º | 0.71% | 0.19% | - |
| HSV(B) | 208.24º | 0.83% | 0.32% | - |
| XYZ | 2.84 | 2.98 | 8.41 | - |
| YUV | 42.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 82 | 0.83 | 0.39 | 0 | 0.68 | 208.24 | 0.71 | 0.19 |
| Hex | E | 32 | 52 | 53 | 27 | 0 | 44 | D0 | 47 | 13 |
| Octal | 16 | 62 | 122 | 123 | 47 | 0 | 104 | 320 | 107 | 23 |
| Binary | 1110 | 110010 | 1010010 | 1010011 | 100111 | 0 | 1000100 | 11010000 | 1000111 | 10011 |
Color Harmonies of #0E3252
Complementary color
Monochromatic Colors of #0E3252
Black with #0E3252
Text Example
Text Example
White with #0E3252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3252; }
p { color: rgb(14,50,82); }
H1.HeaderClassName
{
color: #0E3252;
}
.AnyTagClassName
{
color: #0E3252;
}
</style>
background-color css
<style>
a { background-color: #0E3252; }
a { background-color: rgb(14,50,82); }
div.DivClassName
{
background-color: #0E3252;
}
.BgClassName
{
background-color: #0E3252;
}
</style>
border-color css
<style>
span { border-color: #0E3252; }
span { border-color: rgb(14,50,82); }
td.TdClassName
{
border-color: #0E3252;
}
.TagClassName
{
border-color: #0E3252;
}
</style>