#13214F

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

Shades of Midnight Express #13214F

Tints of Midnight Express #13214F

Color information

#13214F (or 0x13214F) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 4F. RGB value is (19,33,79). Sum of RGB (Red+Green+Blue) = 19+33+79=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #13214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13214F is #ECDEB0. Grayscale: #212121. Windows color (decimal): -15523505 or 5185811. OLE color: 5185811.

HSL color Cylindrical-coordinate representation of color #13214F: hue angle of 226º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13214F is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB193379-
CMYK0.760.5800.69
HSL226º61.22%19.22%-
HSV(B)226º75.95%30.98%-
XYZ2.221.797.63-
YUV34.06153.36117.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=14.50%
G=25.19%
B=60.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1933790.760.5800.6922661.2219.22
Hex13214F4C3A045e23d13
Octal23411171147201053427523
Binary1001110000110011111001100111010010001011110001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13214F; }

 p { color: rgb(19,33,79); }

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

<style>
 a { background-color: #13214F; }

 a { background-color: rgb(19,33,79); }

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

<style>
 span { border-color: #13214F; }

 span { border-color: rgb(19,33,79); }

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