#16223F

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

Shades of Midnight Express #16223F

Tints of Midnight Express #16223F

Color information

#16223F (or 0x16223F) is unknown color: approx Midnight Express. HEX triplet: 16, 22 and 3F. RGB value is (22,34,63). Sum of RGB (Red+Green+Blue) = 22+34+63=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #16223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16223F is #E9DDC0. Grayscale: #212121. Windows color (decimal): -15326657 or 4137494. OLE color: 4137494.

HSL color Cylindrical-coordinate representation of color #16223F: hue angle of 222.44º 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 #16223F is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB223463-
CMYK0.650.4600.75
HSL222.44º48.24%16.67%-
HSV(B)222.44º65.08%24.71%-
XYZ1.81.674.93-
YUV33.72144.52119.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 52.94%
R=18.49%
G=28.57%
B=52.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2234630.650.4600.75222.4448.2416.67
Hex16223F412E04Bde3011
Octal2642771015601133366021
Binary101101000101111111000001101110010010111101111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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