#13234C

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

Shades of Midnight Express #13234C

Tints of Midnight Express #13234C

Color information

#13234C (or 0x13234C) is unknown color: approx Midnight Express. HEX triplet: 13, 23 and 4C. RGB value is (19,35,76). Sum of RGB (Red+Green+Blue) = 19+35+76=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #13234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13234C is #ECDCB3. Grayscale: #222222. Windows color (decimal): -15522996 or 4989715. OLE color: 4989715.

HSL color Cylindrical-coordinate representation of color #13234C: hue angle of 223.16º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13234C is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB193576-
CMYK0.750.5400.70
HSL223.16º60%18.63%-
HSV(B)223.16º75%29.8%-
XYZ2.171.867.08-
YUV34.89151.2116.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=14.62%
G=26.92%
B=58.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1935760.750.5400.70223.166018.63
Hex13234C4B36046df3c13
Octal23431141136601063377423
Binary1001110001110011001001011110110010001101101111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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