Html Css Color HEX #1E2570 Midnight Blue

📋 copy color: '#1E2570'

red 30 ◦ green 37 ◦ blue 112

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

Shades of Midnight Blue #1E2570

Tints of Midnight Blue #1E2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

 BLUE value IS 112 (44.14% from 255) = 62.57%

R = 16.76%
G = 20.67%
B = 62.57%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E2570 (or 0x1E2570) is known color: Midnight Blue. HEX triplet: 1E, 25 and 70. RGB value is (30,37,112). Sum of RGB (Red+Green+Blue) = 30+37+112=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2570 is #E1DA8F. Grayscale: #2B2B2B. Windows color (decimal): -14801552 or 7349534. OLE color: 7349534.

HSL color Cylindrical-coordinate representation of color #1E2570: hue angle of 234.88º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E2570 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 37 112 -
CMYK 0.73 0.67 0 0.56
HSL 234.88º 0.58% 0.28% -
HSV(B) 234.88º 0.73% 0.44% -
XYZ 4.12 2.77 15.65 -
YUV 43.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 30 37 112 0.73 0.67 0 0.56 234.88 0.58 0.28
Hex 1E 25 70 49 43 0 38 EB 3A 1C
Octal 36 45 160 111 103 0 70 353 72 34
Binary 11110 100101 1110000 1001001 1000011 0 111000 11101011 111010 11100

Color Harmonies of #1E2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2570

Black with #1E2570

Text Example


Text Example

White with #1E2570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,37,112); }

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

background-color css

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

 a { background-color: rgb(30,37,112); }

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

border-color css

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

 span { border-color: rgb(30,37,112); }

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