Html Css Color HEX #1E4471 Dark Cerulean

📋 copy color: '#1E4471'

red 30 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #1E4471

Tints of Dark Cerulean #1E4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 14.22%
G = 32.23%
B = 53.55%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E4471 (or 0x1E4471) is known color: Dark Cerulean. HEX triplet: 1E, 44 and 71. RGB value is (30,68,113). Sum of RGB (Red+Green+Blue) = 30+68+113=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4471 is #E1BB8E. Grayscale: #3D3D3D. Windows color (decimal): -14793615 or 7423006. OLE color: 7423006.

HSL color Cylindrical-coordinate representation of color #1E4471: hue angle of 212.53º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4471 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 68 113 -
CMYK 0.73 0.40 0 0.56
HSL 212.53º 0.58% 0.28% -
HSV(B) 212.53º 0.73% 0.44% -
XYZ 5.58 5.6 16.41 -
YUV 61.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 30 68 113 0.73 0.40 0 0.56 212.53 0.58 0.28
Hex 1E 44 71 49 28 0 38 D5 3A 1C
Octal 36 104 161 111 50 0 70 325 72 34
Binary 11110 1000100 1110001 1001001 101000 0 111000 11010101 111010 11100

Color Harmonies of #1E4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4471

Black with #1E4471

Text Example


Text Example

White with #1E4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,68,113); }

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

background-color css

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

 a { background-color: rgb(30,68,113); }

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

border-color css

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

 span { border-color: rgb(30,68,113); }

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