#1E2B6A

Color #1E2B6A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1E2B6A

Tints of Midnight Blue #1E2B6A

Color information

#1E2B6A (or 0x1E2B6A) is unknown color: approx Midnight Blue. HEX triplet: 1E, 2B and 6A. RGB value is (30,43,106). Sum of RGB (Red+Green+Blue) = 30+43+106=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E2B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B6A is #E1D495. Grayscale: #2E2E2E. Windows color (decimal): -14800022 or 6957854. OLE color: 6957854.

HSL color Cylindrical-coordinate representation of color #1E2B6A: hue angle of 229.74º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E2B6A is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3043106-
CMYK0.720.5900.58
HSL229.74º55.88%26.67%-
HSV(B)229.74º71.7%41.57%-
XYZ43.0414.01-
YUV46.3161.69116.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.76%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=16.76%
G=24.02%
B=59.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30431060.720.5900.58229.7455.8826.67
Hex1E2B6A483B03Ae6381b
Octal3653152110730723467033
Binary111101010111101010100100011101101110101110011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,106); }

 H1.HeaderClassName
 {
   color: #1E2B6A;
 }
 .AnyTagClassName
 {
   color: #1E2B6A;
 }
</style>
background-color css

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

 a { background-color: rgb(30,43,106); }

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

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

 span { border-color: rgb(30,43,106); }

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