Html Css Color HEX #1E4BB9 Cerulean Blue

📋 copy color: '#1E4BB9'

red 30 ◦ green 75 ◦ blue 185

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

Shades of Cerulean Blue #1E4BB9

Tints of Cerulean Blue #1E4BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.86%

 BLUE value IS 185 (72.66% from 255) = 63.79%

R = 10.34%
G = 25.86%
B = 63.79%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E4BB9 (or 0x1E4BB9) is known color: Cerulean Blue. HEX triplet: 1E, 4B and B9. RGB value is (30,75,185). Sum of RGB (Red+Green+Blue) = 30+75+185=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E4BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BB9 is #E1B446. Grayscale: #494949. Windows color (decimal): -14791751 or 12143390. OLE color: 12143390.

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

Color convert

RGB 30 75 185 -
CMYK 0.84 0.59 0 0.27
HSL 222.58º 0.72% 0.42% -
HSV(B) 222.58º 0.84% 0.73% -
XYZ 11.81 8.81 46.98 -
YUV 74.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 30 75 185 0.84 0.59 0 0.27 222.58 0.72 0.42
Hex 1E 4B B9 54 3B 0 1B DF 48 2A
Octal 36 113 271 124 73 0 33 337 110 52
Binary 11110 1001011 10111001 1010100 111011 0 11011 11011111 1001000 101010

Color Harmonies of #1E4BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4BB9

Black with #1E4BB9

Text Example


Text Example

White with #1E4BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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