#1A223F

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

Shades of Midnight Express #1A223F

Tints of Midnight Express #1A223F

Color information

#1A223F (or 0x1A223F) is unknown color: approx Midnight Express. HEX triplet: 1A, 22 and 3F. RGB value is (26,34,63). Sum of RGB (Red+Green+Blue) = 26+34+63=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A223F is #E5DDC0. Grayscale: #222222. Windows color (decimal): -15064513 or 4137498. OLE color: 4137498.

HSL color Cylindrical-coordinate representation of color #1A223F: hue angle of 227.03º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A223F is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB263463-
CMYK0.590.4600.75
HSL227.03º41.57%17.45%-
HSV(B)227.03º58.73%24.71%-
XYZ1.91.724.94-
YUV34.91143.85121.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.14%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 63 (25% from 255) = 51.22%
R=21.14%
G=27.64%
B=51.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2634630.590.4600.75227.0341.5717.45
Hex1A223F3B2E04Be32a11
Octal324277735601133435221
Binary11010100010111111111011101110010010111110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,34,63); }

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

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

 a { background-color: rgb(26,34,63); }

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

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

 span { border-color: rgb(26,34,63); }

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