#13223A

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

Shades of Midnight Express #13223A

Tints of Midnight Express #13223A

Color information

#13223A (or 0x13223A) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 3A. RGB value is (19,34,58). Sum of RGB (Red+Green+Blue) = 19+34+58=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #13223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13223A is #ECDDC5. Grayscale: #202020. Windows color (decimal): -15523270 or 3809811. OLE color: 3809811.

HSL color Cylindrical-coordinate representation of color #13223A: hue angle of 216.92º 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 #13223A is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB193458-
CMYK0.670.4100.77
HSL216.92º50.65%15.1%-
HSV(B)216.92º67.24%22.75%-
XYZ1.61.594.22-
YUV32.25142.53118.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=17.12%
G=30.63%
B=52.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1934580.670.4100.77216.9250.6515.1
Hex13223A432904Dd933f
Octal2342721035101153316317
Binary10011100010111010100001110100101001101110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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