#1e4baa

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

Shades of Cerulean Blue #1E4BAA

Tints of Cerulean Blue #1E4BAA

Color information

#1E4BAA (or 0x1E4BAA) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4B and AA. RGB value is (30,75,170). Sum of RGB (Red+Green+Blue) = 30+75+170=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E4BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4BAA is #E1B455. Grayscale: #474747. Windows color (decimal): -14791766 or 11160350. OLE color: 11160350.

HSL color Cylindrical-coordinate representation of color #1E4BAA: hue angle of 220.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E4BAA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3075170-
CMYK0.820.5600.33
HSL220.71º70%39.22%-
HSV(B)220.71º82.35%66.67%-
XYZ10.318.2139.07-
YUV72.38183.0997.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 61.82%
R=10.91%
G=27.27%
B=61.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30751700.820.5600.33220.717039.22
Hex1E4BAA5238021dd4627
Octal361132521227004133510647
Binary1111010010111010101010100101110000100001110111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,170); }

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

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

 a { background-color: rgb(30,75,170); }

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

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

 span { border-color: rgb(30,75,170); }

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