Shades of Dark Cerulean #1E447A
Tints of Dark Cerulean #1E447A
RGB
CMYK
RGB Variations
Color information
#1E447A (or 0x1E447A) is known color: Dark Cerulean. HEX triplet: 1E, 44 and 7A. RGB value is (30,68,122). Sum of RGB (Red+Green+Blue) = 30+68+122=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E447A is #E1BB85. Grayscale: #3E3E3E. Windows color (decimal): -14793606 or 8012830. OLE color: 8012830.
HSL color Cylindrical-coordinate representation of color #1E447A: hue angle of 215.22º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E447A is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 68 | 122 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.52 |
| HSL | 215.22º | 0.61% | 0.3% | - |
| HSV(B) | 215.22º | 0.75% | 0.48% | - |
| XYZ | 6.12 | 5.82 | 19.21 | - |
| YUV | 62.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 122 | 0.75 | 0.44 | 0 | 0.52 | 215.22 | 0.61 | 0.3 |
| Hex | 1E | 44 | 7A | 4B | 2C | 0 | 34 | D7 | 3D | 1E |
| Octal | 36 | 104 | 172 | 113 | 54 | 0 | 64 | 327 | 75 | 36 |
| Binary | 11110 | 1000100 | 1111010 | 1001011 | 101100 | 0 | 110100 | 11010111 | 111101 | 11110 |
Color Harmonies of #1E447A
Complementary color
Monochromatic Colors of #1E447A
Black with #1E447A
Text Example
Text Example
White with #1E447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E447A; }
p { color: rgb(30,68,122); }
H1.HeaderClassName
{
color: #1E447A;
}
.AnyTagClassName
{
color: #1E447A;
}
</style>
background-color css
<style>
a { background-color: #1E447A; }
a { background-color: rgb(30,68,122); }
div.DivClassName
{
background-color: #1E447A;
}
.BgClassName
{
background-color: #1E447A;
}
</style>
border-color css
<style>
span { border-color: #1E447A; }
span { border-color: rgb(30,68,122); }
td.TdClassName
{
border-color: #1E447A;
}
.TagClassName
{
border-color: #1E447A;
}
</style>