Html Css Color HEX #1E126E Midnight Blue

📋 copy color: '#1E126E'

red 30 ◦ green 18 ◦ blue 110

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

Shades of Midnight Blue #1E126E

Tints of Midnight Blue #1E126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 69.62%

R = 18.99%
G = 11.39%
B = 69.62%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1E126E (or 0x1E126E) is known color: Midnight Blue. HEX triplet: 1E, 12 and 6E. RGB value is (30,18,110). Sum of RGB (Red+Green+Blue) = 30+18+110=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E126E is #E1ED91. Grayscale: #1F1F1F. Windows color (decimal): -14806418 or 7213598. OLE color: 7213598.

HSL color Cylindrical-coordinate representation of color #1E126E: hue angle of 247.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E126E is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 30 18 110 -
CMYK 0.73 0.84 0 0.57
HSL 247.83º 0.72% 0.25% -
HSV(B) 247.83º 0.84% 0.43% -
XYZ 3.57 1.83 14.92 -
YUV 32.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 30 18 110 0.73 0.84 0 0.57 247.83 0.72 0.25
Hex 1E 12 6E 49 54 0 39 F8 48 19
Octal 36 22 156 111 124 0 71 370 110 31
Binary 11110 10010 1101110 1001001 1010100 0 111001 11111000 1001000 11001

Color Harmonies of #1E126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E126E

Black with #1E126E

Text Example


Text Example

White with #1E126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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