#1E4EBA

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

Shades of Cerulean Blue #1E4EBA

Tints of Cerulean Blue #1E4EBA

Color information

#1E4EBA (or 0x1E4EBA) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4E and BA. RGB value is (30,78,186). Sum of RGB (Red+Green+Blue) = 30+78+186=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4EBA is #E1B145. Grayscale: #4B4B4B. Windows color (decimal): -14790982 or 12209694. OLE color: 12209694.

HSL color Cylindrical-coordinate representation of color #1E4EBA: hue angle of 221.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4EBA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3078186-
CMYK0.840.5800.27
HSL221.54º72.22%42.35%-
HSV(B)221.54º83.87%72.94%-
XYZ12.129.2747.6-
YUV75.96190.195.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=10.20%
G=26.53%
B=63.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30781860.840.5800.27221.5472.2242.35
Hex1E4EBA543A01Bde482a
Octal361162721247203333611052
Binary111101001110101110101010100111010011011110111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,186); }

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

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

 a { background-color: rgb(30,78,186); }

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

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

 span { border-color: rgb(30,78,186); }

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