Html Css Color HEX #1E1A76 Midnight Blue

📋 copy color: '#1E1A76'

red 30 ◦ green 26 ◦ blue 118

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

Shades of Midnight Blue #1E1A76

Tints of Midnight Blue #1E1A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

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

R = 17.24%
G = 14.94%
B = 67.82%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E1A76 (or 0x1E1A76) is known color: Midnight Blue. HEX triplet: 1E, 1A and 76. RGB value is (30,26,118). Sum of RGB (Red+Green+Blue) = 30+26+118=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1A76 is #E1E589. Grayscale: #252525. Windows color (decimal): -14804362 or 7739934. OLE color: 7739934.

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

Color convert

RGB 30 26 118 -
CMYK 0.75 0.78 0 0.54
HSL 242.61º 0.64% 0.28% -
HSV(B) 242.61º 0.78% 0.46% -
XYZ 4.17 2.32 17.37 -
YUV 37.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 30 26 118 0.75 0.78 0 0.54 242.61 0.64 0.28
Hex 1E 1A 76 4B 4E 0 36 F3 40 1C
Octal 36 32 166 113 116 0 66 363 100 34
Binary 11110 11010 1110110 1001011 1001110 0 110110 11110011 1000000 11100

Color Harmonies of #1E1A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1A76

Black with #1E1A76

Text Example


Text Example

White with #1E1A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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