#13223D

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

Shades of Midnight Express #13223D

Tints of Midnight Express #13223D

Color information

#13223D (or 0x13223D) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 3D. RGB value is (19,34,61). Sum of RGB (Red+Green+Blue) = 19+34+61=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #13223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13223D is #ECDDC2. Grayscale: #202020. Windows color (decimal): -15523267 or 4006419. OLE color: 4006419.

HSL color Cylindrical-coordinate representation of color #13223D: hue angle of 218.57º degrees, saturation: 0.52, 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 #13223D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193461-
CMYK0.690.4400.76
HSL218.57º52.5%15.69%-
HSV(B)218.57º68.85%23.92%-
XYZ1.681.624.64-
YUV32.59144.03118.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=16.67%
G=29.82%
B=53.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1934610.690.4400.76218.5752.515.69
Hex13223D452C04Cdb3410
Octal2342751055401143336420
Binary100111000101111011000101101100010011001101101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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