#13213E

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

Shades of Midnight Express #13213E

Tints of Midnight Express #13213E

Color information

#13213E (or 0x13213E) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 3E. RGB value is (19,33,62). Sum of RGB (Red+Green+Blue) = 19+33+62=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 62 (24.61% from 255 or 54.39% from 114); Max value from RGB is 62 - color contains mainly: blue. Hex color #13213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13213E is #ECDEC1. Grayscale: #1F1F1F. Windows color (decimal): -15523522 or 4071699. OLE color: 4071699.

HSL color Cylindrical-coordinate representation of color #13213E: hue angle of 220.47º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13213E is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193362-
CMYK0.690.4700.76
HSL220.47º53.09%15.88%-
HSV(B)220.47º69.35%24.31%-
XYZ1.681.574.77-
YUV32.12144.86118.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 62 (24.61% from 255) = 54.39%
R=16.67%
G=28.95%
B=54.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1933620.690.4700.76220.4753.0915.88
Hex13213E452F04Cdc3510
Octal2341761055701143346520
Binary100111000011111101000101101111010011001101110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13213E; }

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

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

<style>
 a { background-color: #13213E; }

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

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

<style>
 span { border-color: #13213E; }

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

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