Html Css Color HEX #1E1976 Midnight Blue

📋 copy color: '#1E1976'

red 30 ◦ green 25 ◦ blue 118

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

Shades of Midnight Blue #1E1976

Tints of Midnight Blue #1E1976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 17.34%
G = 14.45%
B = 68.21%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E1976 (or 0x1E1976) is known color: Midnight Blue. HEX triplet: 1E, 19 and 76. RGB value is (30,25,118). Sum of RGB (Red+Green+Blue) = 30+25+118=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1976 is #E1E689. Grayscale: #242424. Windows color (decimal): -14804618 or 7739678. OLE color: 7739678.

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

Color convert

RGB 30 25 118 -
CMYK 0.75 0.79 0 0.54
HSL 243.23º 0.65% 0.28% -
HSV(B) 243.23º 0.79% 0.46% -
XYZ 4.15 2.28 17.36 -
YUV 37.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 30 25 118 0.75 0.79 0 0.54 243.23 0.65 0.28
Hex 1E 19 76 4B 4F 0 36 F3 41 1C
Octal 36 31 166 113 117 0 66 363 101 34
Binary 11110 11001 1110110 1001011 1001111 0 110110 11110011 1000001 11100

Color Harmonies of #1E1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1976

Black with #1E1976

Text Example


Text Example

White with #1E1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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