#1E2B6C

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

Shades of Midnight Blue #1E2B6C

Tints of Midnight Blue #1E2B6C

Color information

#1E2B6C (or 0x1E2B6C) is unknown color: approx Midnight Blue. HEX triplet: 1E, 2B and 6C. RGB value is (30,43,108). Sum of RGB (Red+Green+Blue) = 30+43+108=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E2B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B6C is #E1D493. Grayscale: #2E2E2E. Windows color (decimal): -14800020 or 7088926. OLE color: 7088926.

HSL color Cylindrical-coordinate representation of color #1E2B6C: hue angle of 230º degrees, saturation: 0.57, 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 #1E2B6C is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3043108-
CMYK0.720.6000.58
HSL230º56.52%27.06%-
HSV(B)230º72.22%42.35%-
XYZ4.113.0914.57-
YUV46.52162.69116.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=16.57%
G=23.76%
B=59.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30431080.720.6000.5823056.5227.06
Hex1E2B6C483C03Ae6391b
Octal3653154110740723467133
Binary111101010111101100100100011110001110101110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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