#1E4277

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

Shades of Dark Cerulean #1E4277

Tints of Dark Cerulean #1E4277

Color information

#1E4277 (or 0x1E4277) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 42 and 77. RGB value is (30,66,119). Sum of RGB (Red+Green+Blue) = 30+66+119=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4277 is #E1BD88. Grayscale: #3D3D3D. Windows color (decimal): -14794121 or 7815710. OLE color: 7815710.

HSL color Cylindrical-coordinate representation of color #1E4277: hue angle of 215.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4277 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3066119-
CMYK0.750.4500.53
HSL215.73º59.73%29.22%-
HSV(B)215.73º74.79%46.67%-
XYZ5.815.518.21-
YUV61.28160.57105.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=13.95%
G=30.70%
B=55.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30661190.750.4500.53215.7359.7329.22
Hex1E42774B2D035d83c1d
Octal36102167113550653307435
Binary1111010000101110111100101110110101101011101100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,119); }

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

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

 a { background-color: rgb(30,66,119); }

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

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

 span { border-color: rgb(30,66,119); }

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