Html Css Color HEX #1E4276 Dark Cerulean

📋 copy color: '#1E4276'

red 30 ◦ green 66 ◦ blue 118

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

Shades of Dark Cerulean #1E4276

Tints of Dark Cerulean #1E4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 14.02%
G = 30.84%
B = 55.14%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E4276 (or 0x1E4276) is known color: Dark Cerulean. HEX triplet: 1E, 42 and 76. RGB value is (30,66,118). Sum of RGB (Red+Green+Blue) = 30+66+118=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4276 is #E1BD89. Grayscale: #3C3C3C. Windows color (decimal): -14794122 or 7750174. OLE color: 7750174.

HSL color Cylindrical-coordinate representation of color #1E4276: hue angle of 215.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4276 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 66 118 -
CMYK 0.75 0.44 0 0.54
HSL 215.45º 0.59% 0.29% -
HSV(B) 215.45º 0.75% 0.46% -
XYZ 5.75 5.48 17.89 -
YUV 61.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 30 66 118 0.75 0.44 0 0.54 215.45 0.59 0.29
Hex 1E 42 76 4B 2C 0 36 D7 3B 1D
Octal 36 102 166 113 54 0 66 327 73 35
Binary 11110 1000010 1110110 1001011 101100 0 110110 11010111 111011 11101

Color Harmonies of #1E4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4276

Black with #1E4276

Text Example


Text Example

White with #1E4276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,118); }

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

background-color css

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

 a { background-color: rgb(30,66,118); }

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

border-color css

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

 span { border-color: rgb(30,66,118); }

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