#1a193a

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

Shades of Midnight Express #1A193A

Tints of Midnight Express #1A193A

Color information

#1A193A (or 0x1A193A) is unknown color: approx Midnight Express. HEX triplet: 1A, 19 and 3A. RGB value is (26,25,58). Sum of RGB (Red+Green+Blue) = 26+25+58=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A193A is #E5E6C5. Grayscale: #1C1C1C. Windows color (decimal): -15066822 or 3807514. OLE color: 3807514.

HSL color Cylindrical-coordinate representation of color #1A193A: hue angle of 241.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A193A is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB262558-
CMYK0.550.5700.77
HSL241.82º39.76%16.27%-
HSV(B)241.82º56.9%22.75%-
XYZ1.541.224.16-
YUV29.06144.33125.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.85%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=23.85%
G=22.94%
B=53.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2625580.550.5700.77241.8239.7616.27
Hex1A193A373904Df22810
Octal323172677101153625020
Binary1101011001111010110111111001010011011111001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a193a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,25,58); }

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

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

 a { background-color: rgb(26,25,58); }

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

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

 span { border-color: rgb(26,25,58); }

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