#1E4AAE

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

Shades of Cerulean Blue #1E4AAE

Tints of Cerulean Blue #1E4AAE

Color information

#1E4AAE (or 0x1E4AAE) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4A and AE. RGB value is (30,74,174). Sum of RGB (Red+Green+Blue) = 30+74+174=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4AAE is #E1B551. Grayscale: #474747. Windows color (decimal): -14792018 or 11422238. OLE color: 11422238.

HSL color Cylindrical-coordinate representation of color #1E4AAE: hue angle of 221.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E4AAE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3074174-
CMYK0.830.5700.32
HSL221.67º70.59%40%-
HSV(B)221.67º82.76%68.24%-
XYZ10.628.2341.07-
YUV72.24185.4297.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.79%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=10.79%
G=26.62%
B=62.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30741740.830.5700.32221.6770.5940
Hex1E4AAE5339020de4728
Octal361122561237104033610750
Binary1111010010101010111010100111110010100000110111101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,74,174); }

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

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

 a { background-color: rgb(30,74,174); }

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

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

 span { border-color: rgb(30,74,174); }

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