Shades of Regal Blue #1E436C
Tints of Regal Blue #1E436C
RGB
CMYK
RGB Variations
Color information
#1E436C (or 0x1E436C) is known color: Regal Blue. HEX triplet: 1E, 43 and 6C. RGB value is (30,67,108). Sum of RGB (Red+Green+Blue) = 30+67+108=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E436C is #E1BC93. Grayscale: #3C3C3C. Windows color (decimal): -14793876 or 7095070. OLE color: 7095070.
HSL color Cylindrical-coordinate representation of color #1E436C: hue angle of 211.54º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E436C is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 67 | 108 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.58 |
| HSL | 211.54º | 0.57% | 0.27% | - |
| HSV(B) | 211.54º | 0.72% | 0.42% | - |
| XYZ | 5.25 | 5.37 | 14.95 | - |
| YUV | 60.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 108 | 0.72 | 0.38 | 0 | 0.58 | 211.54 | 0.57 | 0.27 |
| Hex | 1E | 43 | 6C | 48 | 26 | 0 | 3A | D4 | 39 | 1B |
| Octal | 36 | 103 | 154 | 110 | 46 | 0 | 72 | 324 | 71 | 33 |
| Binary | 11110 | 1000011 | 1101100 | 1001000 | 100110 | 0 | 111010 | 11010100 | 111001 | 11011 |
Color Harmonies of #1E436C
Complementary color
Monochromatic Colors of #1E436C
Black with #1E436C
Text Example
Text Example
White with #1E436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E436C; }
p { color: rgb(30,67,108); }
H1.HeaderClassName
{
color: #1E436C;
}
.AnyTagClassName
{
color: #1E436C;
}
</style>
background-color css
<style>
a { background-color: #1E436C; }
a { background-color: rgb(30,67,108); }
div.DivClassName
{
background-color: #1E436C;
}
.BgClassName
{
background-color: #1E436C;
}
</style>
border-color css
<style>
span { border-color: #1E436C; }
span { border-color: rgb(30,67,108); }
td.TdClassName
{
border-color: #1E436C;
}
.TagClassName
{
border-color: #1E436C;
}
</style>