#1E437A

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

Shades of Dark Cerulean #1E437A

Tints of Dark Cerulean #1E437A

Color information

#1E437A (or 0x1E437A) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 43 and 7A. RGB value is (30,67,122). Sum of RGB (Red+Green+Blue) = 30+67+122=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E437A is #E1BC85. Grayscale: #3D3D3D. Windows color (decimal): -14793862 or 8012574. OLE color: 8012574.

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

Color convert

RGB3067122-
CMYK0.750.4500.52
HSL215.87º60.53%29.8%-
HSV(B)215.87º75.41%47.84%-
XYZ6.065.719.19-
YUV62.21161.74105.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=13.70%
G=30.59%
B=55.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30671220.750.4500.52215.8760.5329.8
Hex1E437A4B2D034d83d1e
Octal36103172113550643307536
Binary1111010000111111010100101110110101101001101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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