#13224B

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

Shades of Midnight Express #13224B

Tints of Midnight Express #13224B

Color information

#13224B (or 0x13224B) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 4B. RGB value is (19,34,75). Sum of RGB (Red+Green+Blue) = 19+34+75=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #13224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13224B is #ECDDB4. Grayscale: #222222. Windows color (decimal): -15523253 or 4923923. OLE color: 4923923.

HSL color Cylindrical-coordinate representation of color #13224B: hue angle of 223.93º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13224B is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193475-
CMYK0.750.5500.71
HSL223.93º59.57%18.43%-
HSV(B)223.93º74.67%29.41%-
XYZ2.111.796.89-
YUV34.19151.03117.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=14.84%
G=26.56%
B=58.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1934750.750.5500.71223.9359.5718.43
Hex13224B4B37047e03c12
Octal23421131136701073407422
Binary1001110001010010111001011110111010001111110000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13224B; }

 p { color: rgb(19,34,75); }

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

<style>
 a { background-color: #13224B; }

 a { background-color: rgb(19,34,75); }

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

<style>
 span { border-color: #13224B; }

 span { border-color: rgb(19,34,75); }

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