Html Css Color HEX #1E0B79 Midnight Blue

📋 copy color: '#1E0B79'

red 30 ◦ green 11 ◦ blue 121

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

Shades of Midnight Blue #1E0B79

Tints of Midnight Blue #1E0B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

 BLUE value IS 121 (47.66% from 255) = 74.69%

R = 18.52%
G = 6.79%
B = 74.69%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E0B79 (or 0x1E0B79) is known color: Midnight Blue. HEX triplet: 1E, 0B and 79. RGB value is (30,11,121). Sum of RGB (Red+Green+Blue) = 30+11+121=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E0B79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B79 is #E1F486. Grayscale: #1C1C1C. Windows color (decimal): -14808199 or 7932702. OLE color: 7932702.

HSL color Cylindrical-coordinate representation of color #1E0B79: hue angle of 250.36º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0B79 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 11 121 -
CMYK 0.75 0.91 0 0.53
HSL 250.36º 0.83% 0.26% -
HSV(B) 250.36º 0.91% 0.47% -
XYZ 4.11 1.9 18.24 -
YUV 29.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 30 11 121 0.75 0.91 0 0.53 250.36 0.83 0.26
Hex 1E B 79 4B 5B 0 35 FA 53 1A
Octal 36 13 171 113 133 0 65 372 123 32
Binary 11110 1011 1111001 1001011 1011011 0 110101 11111010 1010011 11010

Color Harmonies of #1E0B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B79

Black with #1E0B79

Text Example


Text Example

White with #1E0B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,11,121); }

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

background-color css

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

 a { background-color: rgb(30,11,121); }

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

border-color css

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

 span { border-color: rgb(30,11,121); }

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