Shades of Dark Cerulean #1E457E
Tints of Dark Cerulean #1E457E
RGB
CMYK
RGB Variations
Color information
#1E457E (or 0x1E457E) is known color: Dark Cerulean. HEX triplet: 1E, 45 and 7E. RGB value is (30,69,126). Sum of RGB (Red+Green+Blue) = 30+69+126=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E457E is #E1BA81. Grayscale: #3F3F3F. Windows color (decimal): -14793346 or 8275230. OLE color: 8275230.
HSL color Cylindrical-coordinate representation of color #1E457E: hue angle of 215.62º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E457E is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 69 | 126 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.51 |
| HSL | 215.63º | 0.62% | 0.31% | - |
| HSV(B) | 215.63º | 0.76% | 0.49% | - |
| XYZ | 6.43 | 6.04 | 20.57 | - |
| YUV | 63.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 126 | 0.76 | 0.45 | 0 | 0.51 | 215.63 | 0.62 | 0.31 |
| Hex | 1E | 45 | 7E | 4C | 2D | 0 | 33 | D8 | 3E | 1F |
| Octal | 36 | 105 | 176 | 114 | 55 | 0 | 63 | 330 | 76 | 37 |
| Binary | 11110 | 1000101 | 1111110 | 1001100 | 101101 | 0 | 110011 | 11011000 | 111110 | 11111 |
Color Harmonies of #1E457E
Complementary color
Monochromatic Colors of #1E457E
Black with #1E457E
Text Example
Text Example
White with #1E457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E457E; }
p { color: rgb(30,69,126); }
H1.HeaderClassName
{
color: #1E457E;
}
.AnyTagClassName
{
color: #1E457E;
}
</style>
background-color css
<style>
a { background-color: #1E457E; }
a { background-color: rgb(30,69,126); }
div.DivClassName
{
background-color: #1E457E;
}
.BgClassName
{
background-color: #1E457E;
}
</style>
border-color css
<style>
span { border-color: #1E457E; }
span { border-color: rgb(30,69,126); }
td.TdClassName
{
border-color: #1E457E;
}
.TagClassName
{
border-color: #1E457E;
}
</style>