Html Css Color HEX #1E4279 Dark Cerulean

📋 copy color: '#1E4279'

red 30 ◦ green 66 ◦ blue 121

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

Shades of Dark Cerulean #1E4279

Tints of Dark Cerulean #1E4279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.76%

R = 13.82%
G = 30.41%
B = 55.76%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E4279 (or 0x1E4279) is known color: Dark Cerulean. HEX triplet: 1E, 42 and 79. RGB value is (30,66,121). Sum of RGB (Red+Green+Blue) = 30+66+121=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E4279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4279 is #E1BD86. Grayscale: #3D3D3D. Windows color (decimal): -14794119 or 7946782. OLE color: 7946782.

HSL color Cylindrical-coordinate representation of color #1E4279: hue angle of 216.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4279 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 66 121 -
CMYK 0.75 0.45 0 0.53
HSL 216.26º 0.6% 0.3% -
HSV(B) 216.26º 0.75% 0.47% -
XYZ 5.93 5.55 18.85 -
YUV 61.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 30 66 121 0.75 0.45 0 0.53 216.26 0.6 0.3
Hex 1E 42 79 4B 2D 0 35 D8 3C 1E
Octal 36 102 171 113 55 0 65 330 74 36
Binary 11110 1000010 1111001 1001011 101101 0 110101 11011000 111100 11110

Color Harmonies of #1E4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4279

Black with #1E4279

Text Example


Text Example

White with #1E4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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