#1A2148

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

Shades of Midnight Express #1A2148

Tints of Midnight Express #1A2148

Color information

#1A2148 (or 0x1A2148) is unknown color: approx Midnight Express. HEX triplet: 1A, 21 and 48. RGB value is (26,33,72). Sum of RGB (Red+Green+Blue) = 26+33+72=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A2148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2148 is #E5DEB7. Grayscale: #232323. Windows color (decimal): -15064760 or 4727066. OLE color: 4727066.

HSL color Cylindrical-coordinate representation of color #1A2148: hue angle of 230.87º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A2148 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB263372-
CMYK0.640.5400.72
HSL230.87º46.94%19.22%-
HSV(B)230.87º63.89%28.24%-
XYZ2.141.786.36-
YUV35.35148.68121.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.85%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=19.85%
G=25.19%
B=54.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2633720.640.5400.72230.8746.9419.22
Hex1A21484036048e72f13
Octal32411101006601103475723
Binary1101010000110010001000000110110010010001110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,33,72); }

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

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

 a { background-color: rgb(26,33,72); }

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

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

 span { border-color: rgb(26,33,72); }

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