Html Css Color HEX #1E49BA Cerulean Blue

📋 copy color: '#1E49BA'

red 30 ◦ green 73 ◦ blue 186

#1E49BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1E49BA

Tints of Cerulean Blue #1E49BA

RGB

 RED value IS 30 (12.11% from 255) = 10.38%

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 10.38%
G = 25.26%
B = 64.36%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E49BA (or 0x1E49BA) is known color: Cerulean Blue. HEX triplet: 1E, 49 and BA. RGB value is (30,73,186). Sum of RGB (Red+Green+Blue) = 30+73+186=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E49BA is #E1B645. Grayscale: #484848. Windows color (decimal): -14792262 or 12208414. OLE color: 12208414.

HSL color Cylindrical-coordinate representation of color #1E49BA: hue angle of 223.46º 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 #1E49BA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 73 186 -
CMYK 0.84 0.61 0 0.27
HSL 223.46º 0.72% 0.42% -
HSV(B) 223.46º 0.84% 0.73% -
XYZ 11.78 8.59 47.49 -
YUV 73.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 30 73 186 0.84 0.61 0 0.27 223.46 0.72 0.42
Hex 1E 49 BA 54 3D 0 1B DF 48 2A
Octal 36 111 272 124 75 0 33 337 110 52
Binary 11110 1001001 10111010 1010100 111101 0 11011 11011111 1001000 101010

Color Harmonies of #1E49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E49BA

Black with #1E49BA

Text Example


Text Example

White with #1E49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E49BA;
 }
 .AnyTagClassName
 {
   color: #1E49BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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