Html Css Color HEX #1E4275 Dark Cerulean

📋 copy color: '#1E4275'

red 30 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #1E4275

Tints of Dark Cerulean #1E4275

RGB

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

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

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

R = 14.08%
G = 30.99%
B = 54.93%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E4275 (or 0x1E4275) is known color: Dark Cerulean. HEX triplet: 1E, 42 and 75. RGB value is (30,66,117). Sum of RGB (Red+Green+Blue) = 30+66+117=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4275 is #E1BD8A. Grayscale: #3C3C3C. Windows color (decimal): -14794123 or 7684638. OLE color: 7684638.

HSL color Cylindrical-coordinate representation of color #1E4275: hue angle of 215.17º 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 #1E4275 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 66 117 -
CMYK 0.74 0.44 0 0.54
HSL 215.17º 0.59% 0.29% -
HSV(B) 215.17º 0.74% 0.46% -
XYZ 5.69 5.46 17.58 -
YUV 61.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 30 66 117 0.74 0.44 0 0.54 215.17 0.59 0.29
Hex 1E 42 75 4A 2C 0 36 D7 3B 1D
Octal 36 102 165 112 54 0 66 327 73 35
Binary 11110 1000010 1110101 1001010 101100 0 110110 11010111 111011 11101

Color Harmonies of #1E4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4275

Black with #1E4275

Text Example


Text Example

White with #1E4275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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