Shades of Regal Blue #0E3C55
Tints of Regal Blue #0E3C55
RGB
CMYK
RGB Variations
Color information
#0E3C55 (or 0x0E3C55) is known color: Regal Blue. HEX triplet: 0E, 3C and 55. RGB value is (14,60,85). Sum of RGB (Red+Green+Blue) = 14+60+85=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E3C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3C55 is #F1C3AA. Grayscale: #303030. Windows color (decimal): -15844267 or 5585934. OLE color: 5585934.
HSL color Cylindrical-coordinate representation of color #0E3C55: hue angle of 201.13º 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 #0E3C55 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 60 | 85 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.67 |
| HSL | 201.13º | 0.72% | 0.19% | - |
| HSV(B) | 201.13º | 0.84% | 0.33% | - |
| XYZ | 3.44 | 3.98 | 9.18 | - |
| YUV | 49.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 85 | 0.84 | 0.29 | 0 | 0.67 | 201.13 | 0.72 | 0.19 |
| Hex | E | 3C | 55 | 54 | 1D | 0 | 43 | C9 | 48 | 13 |
| Octal | 16 | 74 | 125 | 124 | 35 | 0 | 103 | 311 | 110 | 23 |
| Binary | 1110 | 111100 | 1010101 | 1010100 | 11101 | 0 | 1000011 | 11001001 | 1001000 | 10011 |
Color Harmonies of #0E3C55
Complementary color
Monochromatic Colors of #0E3C55
Black with #0E3C55
Text Example
Text Example
White with #0E3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C55; }
p { color: rgb(14,60,85); }
H1.HeaderClassName
{
color: #0E3C55;
}
.AnyTagClassName
{
color: #0E3C55;
}
</style>
background-color css
<style>
a { background-color: #0E3C55; }
a { background-color: rgb(14,60,85); }
div.DivClassName
{
background-color: #0E3C55;
}
.BgClassName
{
background-color: #0E3C55;
}
</style>
border-color css
<style>
span { border-color: #0E3C55; }
span { border-color: rgb(14,60,85); }
td.TdClassName
{
border-color: #0E3C55;
}
.TagClassName
{
border-color: #0E3C55;
}
</style>