#13234A

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

Shades of Midnight Express #13234A

Tints of Midnight Express #13234A

Color information

#13234A (or 0x13234A) is unknown color: approx Midnight Express. HEX triplet: 13, 23 and 4A. RGB value is (19,35,74). Sum of RGB (Red+Green+Blue) = 19+35+74=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #13234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13234A is #ECDCB5. Grayscale: #222222. Windows color (decimal): -15522998 or 4858643. OLE color: 4858643.

HSL color Cylindrical-coordinate representation of color #13234A: hue angle of 222.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13234A is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193574-
CMYK0.740.5300.71
HSL222.55º59.14%18.24%-
HSV(B)222.55º74.32%29.02%-
XYZ2.111.836.72-
YUV34.66150.2116.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 74 (29.30% from 255) = 57.81%
R=14.84%
G=27.34%
B=57.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1935740.740.5300.71222.5559.1418.24
Hex13234A4A35047df3b12
Octal23431121126501073377322
Binary1001110001110010101001010110101010001111101111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13234A; }

 p { color: rgb(19,35,74); }

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

<style>
 a { background-color: #13234A; }

 a { background-color: rgb(19,35,74); }

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

<style>
 span { border-color: #13234A; }

 span { border-color: rgb(19,35,74); }

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