#13223F

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

Shades of Midnight Express #13223F

Tints of Midnight Express #13223F

Color information

#13223F (or 0x13223F) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 3F. RGB value is (19,34,63). Sum of RGB (Red+Green+Blue) = 19+34+63=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #13223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13223F is #ECDDC0. Grayscale: #202020. Windows color (decimal): -15523265 or 4137491. OLE color: 4137491.

HSL color Cylindrical-coordinate representation of color #13223F: hue angle of 219.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13223F is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193463-
CMYK0.700.4600.75
HSL219.55º53.66%16.08%-
HSV(B)219.55º69.84%24.71%-
XYZ1.741.644.93-
YUV32.82145.03118.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 63 (25% from 255) = 54.31%
R=16.38%
G=29.31%
B=54.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1934630.700.4600.75219.5553.6616.08
Hex13223F462E04Bdc3610
Octal2342771065601133346620
Binary100111000101111111000110101110010010111101110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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