#1A214B

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

Shades of Midnight Express #1A214B

Tints of Midnight Express #1A214B

Color information

#1A214B (or 0x1A214B) is unknown color: approx Midnight Express. HEX triplet: 1A, 21 and 4B. RGB value is (26,33,75). Sum of RGB (Red+Green+Blue) = 26+33+75=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A214B is #E5DEB4. Grayscale: #232323. Windows color (decimal): -15064757 or 4923674. OLE color: 4923674.

HSL color Cylindrical-coordinate representation of color #1A214B: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A214B is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB263375-
CMYK0.650.5600.71
HSL231.43º48.51%19.8%-
HSV(B)231.43º65.33%29.41%-
XYZ2.241.826.89-
YUV35.7150.18121.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=19.40%
G=24.63%
B=55.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2633750.650.5600.71231.4348.5119.8
Hex1A214B4138047e73114
Octal32411131017001073476124
Binary1101010000110010111000001111000010001111110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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