Html Css Color HEX #1E1276 Midnight Blue

📋 copy color: '#1E1276'

red 30 ◦ green 18 ◦ blue 118

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

Shades of Midnight Blue #1E1276

Tints of Midnight Blue #1E1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 18.07%
G = 10.84%
B = 71.08%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E1276 (or 0x1E1276) is known color: Midnight Blue. HEX triplet: 1E, 12 and 76. RGB value is (30,18,118). Sum of RGB (Red+Green+Blue) = 30+18+118=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E1276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1276 is #E1ED89. Grayscale: #202020. Windows color (decimal): -14806410 or 7737886. OLE color: 7737886.

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

Color convert

RGB 30 18 118 -
CMYK 0.75 0.85 0 0.54
HSL 247.2º 0.74% 0.27% -
HSV(B) 247.2º 0.85% 0.46% -
XYZ 4.02 2.02 17.32 -
YUV 32.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 30 18 118 0.75 0.85 0 0.54 247.2 0.74 0.27
Hex 1E 12 76 4B 55 0 36 F7 4A 1B
Octal 36 22 166 113 125 0 66 367 112 33
Binary 11110 10010 1110110 1001011 1010101 0 110110 11110111 1001010 11011

Color Harmonies of #1E1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1276

Black with #1E1276

Text Example


Text Example

White with #1E1276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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