Html Css Color HEX #1E207F Midnight Blue

📋 copy color: '#1E207F'

red 30 ◦ green 32 ◦ blue 127

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

Shades of Midnight Blue #1E207F

Tints of Midnight Blue #1E207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 127 (50% from 255) = 67.2%

R = 15.87%
G = 16.93%
B = 67.2%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E207F (or 0x1E207F) is known color: Midnight Blue. HEX triplet: 1E, 20 and 7F. RGB value is (30,32,127). Sum of RGB (Red+Green+Blue) = 30+32+127=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E207F is #E1DF80. Grayscale: #292929. Windows color (decimal): -14802817 or 8331294. OLE color: 8331294.

HSL color Cylindrical-coordinate representation of color #1E207F: hue angle of 238.76º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E207F is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 32 127 -
CMYK 0.76 0.75 0 0.50
HSL 238.76º 0.62% 0.31% -
HSV(B) 238.76º 0.76% 0.5% -
XYZ 4.88 2.84 20.37 -
YUV 42.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 30 32 127 0.76 0.75 0 0.50 238.76 0.62 0.31
Hex 1E 20 7F 4C 4B 0 32 EF 3E 1F
Octal 36 40 177 114 113 0 62 357 76 37
Binary 11110 100000 1111111 1001100 1001011 0 110010 11101111 111110 11111

Color Harmonies of #1E207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E207F

Black with #1E207F

Text Example


Text Example

White with #1E207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,127); }

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

background-color css

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

 a { background-color: rgb(30,32,127); }

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

border-color css

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

 span { border-color: rgb(30,32,127); }

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