#16203F

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

Shades of Midnight Express #16203F

Tints of Midnight Express #16203F

Color information

#16203F (or 0x16203F) is unknown color: approx Midnight Express. HEX triplet: 16, 20 and 3F. RGB value is (22,32,63). Sum of RGB (Red+Green+Blue) = 22+32+63=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #16203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16203F is #E9DFC0. Grayscale: #202020. Windows color (decimal): -15327169 or 4136982. OLE color: 4136982.

HSL color Cylindrical-coordinate representation of color #16203F: hue angle of 225.37º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16203F is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB223263-
CMYK0.650.4900.75
HSL225.37º48.24%16.67%-
HSV(B)225.37º65.08%24.71%-
XYZ1.741.564.91-
YUV32.54145.19120.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 63 (25% from 255) = 53.85%
R=18.80%
G=27.35%
B=53.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2232630.650.4900.75225.3748.2416.67
Hex16203F413104Be13011
Octal2640771016101133416021
Binary101101000001111111000001110001010010111110000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,32,63); }

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

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

 a { background-color: rgb(22,32,63); }

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

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

 span { border-color: rgb(22,32,63); }

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