Shades of Regal Blue #0E3455
Tints of Regal Blue #0E3455
RGB
CMYK
RGB Variations
Color information
#0E3455 (or 0x0E3455) is known color: Regal Blue. HEX triplet: 0E, 34 and 55. RGB value is (14,52,85). Sum of RGB (Red+Green+Blue) = 14+52+85=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E3455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3455 is #F1CBAA. Grayscale: #2C2C2C. Windows color (decimal): -15846315 or 5583886. OLE color: 5583886.
HSL color Cylindrical-coordinate representation of color #0E3455: hue angle of 207.89º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3455 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 52 | 85 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.67 |
| HSL | 207.89º | 0.72% | 0.19% | - |
| HSV(B) | 207.89º | 0.84% | 0.33% | - |
| XYZ | 3.05 | 3.21 | 9.05 | - |
| YUV | 44.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 85 | 0.84 | 0.39 | 0 | 0.67 | 207.89 | 0.72 | 0.19 |
| Hex | E | 34 | 55 | 54 | 27 | 0 | 43 | D0 | 48 | 13 |
| Octal | 16 | 64 | 125 | 124 | 47 | 0 | 103 | 320 | 110 | 23 |
| Binary | 1110 | 110100 | 1010101 | 1010100 | 100111 | 0 | 1000011 | 11010000 | 1001000 | 10011 |
Color Harmonies of #0E3455
Complementary color
Monochromatic Colors of #0E3455
Black with #0E3455
Text Example
Text Example
White with #0E3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3455; }
p { color: rgb(14,52,85); }
H1.HeaderClassName
{
color: #0E3455;
}
.AnyTagClassName
{
color: #0E3455;
}
</style>
background-color css
<style>
a { background-color: #0E3455; }
a { background-color: rgb(14,52,85); }
div.DivClassName
{
background-color: #0E3455;
}
.BgClassName
{
background-color: #0E3455;
}
</style>
border-color css
<style>
span { border-color: #0E3455; }
span { border-color: rgb(14,52,85); }
td.TdClassName
{
border-color: #0E3455;
}
.TagClassName
{
border-color: #0E3455;
}
</style>