Html Css Color HEX #1E1261 Midnight Blue

📋 copy color: '#1E1261'

red 30 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #1E1261

Tints of Midnight Blue #1E1261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 66.9%

R = 20.69%
G = 12.41%
B = 66.9%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E1261 (or 0x1E1261) is known color: Midnight Blue. HEX triplet: 1E, 12 and 61. RGB value is (30,18,97). Sum of RGB (Red+Green+Blue) = 30+18+97=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1261 is #E1ED9E. Grayscale: #1E1E1E. Windows color (decimal): -14806431 or 6361630. OLE color: 6361630.

HSL color Cylindrical-coordinate representation of color #1E1261: hue angle of 249.11º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1261 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 18 97 -
CMYK 0.69 0.81 0 0.62
HSL 249.11º 0.69% 0.23% -
HSV(B) 249.11º 0.81% 0.38% -
XYZ 2.91 1.57 11.46 -
YUV 30.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 30 18 97 0.69 0.81 0 0.62 249.11 0.69 0.23
Hex 1E 12 61 45 51 0 3E F9 45 17
Octal 36 22 141 105 121 0 76 371 105 27
Binary 11110 10010 1100001 1000101 1010001 0 111110 11111001 1000101 10111

Color Harmonies of #1E1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1261

Black with #1E1261

Text Example


Text Example

White with #1E1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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