Html Css Color HEX #1E4375 Dark Cerulean

📋 copy color: '#1E4375'

red 30 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #1E4375

Tints of Dark Cerulean #1E4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 14.02%
G = 31.31%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E4375 (or 0x1E4375) is known color: Dark Cerulean. HEX triplet: 1E, 43 and 75. RGB value is (30,67,117). Sum of RGB (Red+Green+Blue) = 30+67+117=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4375 is #E1BC8A. Grayscale: #3D3D3D. Windows color (decimal): -14793867 or 7684894. OLE color: 7684894.

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

Color convert

RGB 30 67 117 -
CMYK 0.74 0.43 0 0.54
HSL 214.48º 0.59% 0.29% -
HSV(B) 214.48º 0.74% 0.46% -
XYZ 5.75 5.57 17.6 -
YUV 61.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 30 67 117 0.74 0.43 0 0.54 214.48 0.59 0.29
Hex 1E 43 75 4A 2B 0 36 D6 3B 1D
Octal 36 103 165 112 53 0 66 326 73 35
Binary 11110 1000011 1110101 1001010 101011 0 110110 11010110 111011 11101

Color Harmonies of #1E4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4375

Black with #1E4375

Text Example


Text Example

White with #1E4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,67,117); }

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

background-color css

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

 a { background-color: rgb(30,67,117); }

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

border-color css

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

 span { border-color: rgb(30,67,117); }

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