#13244C

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

Shades of Midnight Express #13244C

Tints of Midnight Express #13244C

Color information

#13244C (or 0x13244C) is unknown color: approx Midnight Express. HEX triplet: 13, 24 and 4C. RGB value is (19,36,76). Sum of RGB (Red+Green+Blue) = 19+36+76=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #13244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13244C is #ECDBB3. Grayscale: #232323. Windows color (decimal): -15522740 or 4989971. OLE color: 4989971.

HSL color Cylindrical-coordinate representation of color #13244C: hue angle of 222.11º 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 #13244C is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB193676-
CMYK0.750.5300.70
HSL222.11º60%18.63%-
HSV(B)222.11º75%29.8%-
XYZ2.21.927.09-
YUV35.48150.87116.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 76 (30.08% from 255) = 58.02%
R=14.50%
G=27.48%
B=58.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1936760.750.5300.70222.116018.63
Hex13244C4B35046de3c13
Octal23441141136501063367423
Binary1001110010010011001001011110101010001101101111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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