#16244F

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

Shades of Midnight Express #16244F

Tints of Midnight Express #16244F

Color information

#16244F (or 0x16244F) is unknown color: approx Midnight Express. HEX triplet: 16, 24 and 4F. RGB value is (22,36,79). Sum of RGB (Red+Green+Blue) = 22+36+79=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #16244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16244F is #E9DBB0. Grayscale: #242424. Windows color (decimal): -15326129 or 5186582. OLE color: 5186582.

HSL color Cylindrical-coordinate representation of color #16244F: hue angle of 225.26º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16244F is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB223679-
CMYK0.720.5400.69
HSL225.26º56.44%19.8%-
HSV(B)225.26º72.15%30.98%-
XYZ2.3727.66-
YUV36.72151.86117.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=16.06%
G=26.28%
B=57.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2236790.720.5400.69225.2656.4419.8
Hex16244F4836045e13814
Octal26441171106601053417024
Binary1011010010010011111001000110110010001011110000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,36,79); }

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

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

 a { background-color: rgb(22,36,79); }

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

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

 span { border-color: rgb(22,36,79); }

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