#13233E

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

Shades of Midnight Express #13233E

Tints of Midnight Express #13233E

Color information

#13233E (or 0x13233E) is unknown color: approx Midnight Express. HEX triplet: 13, 23 and 3E. RGB value is (19,35,62). Sum of RGB (Red+Green+Blue) = 19+35+62=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #13233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13233E is #ECDCC1. Grayscale: #212121. Windows color (decimal): -15523010 or 4072211. OLE color: 4072211.

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

Color convert

RGB193562-
CMYK0.690.4400.76
HSL217.67º53.09%15.88%-
HSV(B)217.67º69.35%24.31%-
XYZ1.741.694.79-
YUV33.29144.2117.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 62 (24.61% from 255) = 53.45%
R=16.38%
G=30.17%
B=53.45%

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
Decimal1935620.690.4400.76217.6753.0915.88
Hex13233E452C04Cda3510
Octal2343761055401143326520
Binary100111000111111101000101101100010011001101101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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