#16264F

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

Shades of Midnight Express #16264F

Tints of Midnight Express #16264F

Color information

#16264F (or 0x16264F) is unknown color: approx Midnight Express. HEX triplet: 16, 26 and 4F. RGB value is (22,38,79). Sum of RGB (Red+Green+Blue) = 22+38+79=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #16264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16264F is #E9D9B0. Grayscale: #252525. Windows color (decimal): -15325617 or 5187094. OLE color: 5187094.

HSL color Cylindrical-coordinate representation of color #16264F: hue angle of 223.16º 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 #16264F is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB223879-
CMYK0.720.5200.69
HSL223.16º56.44%19.8%-
HSV(B)223.16º72.15%30.98%-
XYZ2.442.127.68-
YUV37.89151.2116.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=15.83%
G=27.34%
B=56.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2238790.720.5200.69223.1656.4419.8
Hex16264F4834045df3814
Octal26461171106401053377024
Binary1011010011010011111001000110100010001011101111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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