Html Css Color HEX #1E227F Midnight Blue

📋 copy color: '#1E227F'

red 30 ◦ green 34 ◦ blue 127

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

Shades of Midnight Blue #1E227F

Tints of Midnight Blue #1E227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

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

R = 15.71%
G = 17.8%
B = 66.49%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E227F (or 0x1E227F) is known color: Midnight Blue. HEX triplet: 1E, 22 and 7F. RGB value is (30,34,127). Sum of RGB (Red+Green+Blue) = 30+34+127=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E227F is #E1DD80. Grayscale: #2B2B2B. Windows color (decimal): -14802305 or 8331806. OLE color: 8331806.

HSL color Cylindrical-coordinate representation of color #1E227F: hue angle of 237.53º 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 #1E227F is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 34 127 -
CMYK 0.76 0.73 0 0.50
HSL 237.53º 0.62% 0.31% -
HSV(B) 237.53º 0.76% 0.5% -
XYZ 4.94 2.95 20.39 -
YUV 43.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 30 34 127 0.76 0.73 0 0.50 237.53 0.62 0.31
Hex 1E 22 7F 4C 49 0 32 EE 3E 1F
Octal 36 42 177 114 111 0 62 356 76 37
Binary 11110 100010 1111111 1001100 1001001 0 110010 11101110 111110 11111

Color Harmonies of #1E227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E227F

Black with #1E227F

Text Example


Text Example

White with #1E227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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