#1E268B

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

Shades of Midnight Blue #1E268B

Tints of Midnight Blue #1E268B

Color information

#1E268B (or 0x1E268B) is unknown color: approx Midnight Blue. HEX triplet: 1E, 26 and 8B. RGB value is (30,38,139). Sum of RGB (Red+Green+Blue) = 30+38+139=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E268B is #E1D974. Grayscale: #2E2E2E. Windows color (decimal): -14801269 or 9119262. OLE color: 9119262.

HSL color Cylindrical-coordinate representation of color #1E268B: hue angle of 235.6º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E268B is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3038139-
CMYK0.780.7300.45
HSL235.6º64.5%33.14%-
HSV(B)235.6º78.42%54.51%-
XYZ5.893.5324.8-
YUV47.12179.85115.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 139 (54.69% from 255) = 67.15%
R=14.49%
G=18.36%
B=67.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30381390.780.7300.45235.664.533.14
Hex1E268B4E4902Dec4021
Octal364621311611105535410041
Binary1111010011010001011100111010010010101101111011001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,139); }

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

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

 a { background-color: rgb(30,38,139); }

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

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

 span { border-color: rgb(30,38,139); }

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