#13213A

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

Shades of Midnight Express #13213A

Tints of Midnight Express #13213A

Color information

#13213A (or 0x13213A) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 3A. RGB value is (19,33,58). Sum of RGB (Red+Green+Blue) = 19+33+58=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #13213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13213A is #ECDEC5. Grayscale: #1F1F1F. Windows color (decimal): -15523526 or 3809555. OLE color: 3809555.

HSL color Cylindrical-coordinate representation of color #13213A: hue angle of 218.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13213A is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB193358-
CMYK0.670.4300.77
HSL218.46º50.65%15.1%-
HSV(B)218.46º67.24%22.75%-
XYZ1.581.534.22-
YUV31.66142.86118.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 58 (23.05% from 255) = 52.73%
R=17.27%
G=30%
B=52.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1933580.670.4300.77218.4650.6515.1
Hex13213A432B04Dda33f
Octal2341721035301153326317
Binary10011100001111010100001110101101001101110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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