#1E457A

Color #1E457A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1E457A

Tints of Dark Cerulean #1E457A

Color information

#1E457A (or 0x1E457A) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 45 and 7A. RGB value is (30,69,122). Sum of RGB (Red+Green+Blue) = 30+69+122=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E457A is #E1BA85. Grayscale: #3F3F3F. Windows color (decimal): -14793350 or 8013086. OLE color: 8013086.

HSL color Cylindrical-coordinate representation of color #1E457A: hue angle of 214.57º 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 #1E457A is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3069122-
CMYK0.750.4300.52
HSL214.57º60.53%29.8%-
HSV(B)214.57º75.41%47.84%-
XYZ6.185.9419.23-
YUV63.38161.08104.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 13.57%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=13.57%
G=31.22%
B=55.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30691220.750.4300.52214.5760.5329.8
Hex1E457A4B2B034d73d1e
Octal36105172113530643277536
Binary1111010001011111010100101110101101101001101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E457A; }

 p { color: rgb(30,69,122); }

 H1.HeaderClassName
 {
   color: #1E457A;
 }
 .AnyTagClassName
 {
   color: #1E457A;
 }
</style>
background-color css

<style>
 a { background-color: #1E457A; }

 a { background-color: rgb(30,69,122); }

 div.DivClassName
 {
   background-color: #1E457A;
 }
 .BgClassName
 {
   background-color: #1E457A;
 }
</style>
border-color css

<style>
 span { border-color: #1E457A; }

 span { border-color: rgb(30,69,122); }

 td.TdClassName
 {
   border-color: #1E457A;
 }
 .TagClassName
 {
   border-color: #1E457A;
 }
</style>