#1A233A

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

Shades of Midnight Express #1A233A

Tints of Midnight Express #1A233A

Color information

#1A233A (or 0x1A233A) is unknown color: approx Midnight Express. HEX triplet: 1A, 23 and 3A. RGB value is (26,35,58). Sum of RGB (Red+Green+Blue) = 26+35+58=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A233A is #E5DCC5. Grayscale: #222222. Windows color (decimal): -15064262 or 3810074. OLE color: 3810074.

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

Color convert

RGB263558-
CMYK0.550.4000.77
HSL223.12º38.1%16.47%-
HSV(B)223.12º55.17%22.75%-
XYZ1.791.734.24-
YUV34.93141.02121.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=21.85%
G=29.41%
B=48.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2635580.550.4000.77223.1238.116.47
Hex1A233A372804Ddf2610
Octal324372675001153374620
Binary11010100011111010110111101000010011011101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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