#16284B

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

Shades of Midnight Express #16284B

Tints of Midnight Express #16284B

Color information

#16284B (or 0x16284B) is unknown color: approx Midnight Express. HEX triplet: 16, 28 and 4B. RGB value is (22,40,75). Sum of RGB (Red+Green+Blue) = 22+40+75=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #16284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16284B is #E9D7B4. Grayscale: #262626. Windows color (decimal): -15325109 or 4925462. OLE color: 4925462.

HSL color Cylindrical-coordinate representation of color #16284B: hue angle of 219.62º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16284B is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB224075-
CMYK0.710.4700.71
HSL219.62º54.64%19.02%-
HSV(B)219.62º70.67%29.41%-
XYZ2.362.26.96-
YUV38.61148.54116.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=16.06%
G=29.20%
B=54.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2240750.710.4700.71219.6254.6419.02
Hex16284B472F047dc3713
Octal26501131075701073346723
Binary1011010100010010111000111101111010001111101110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16284B; }

 p { color: rgb(22,40,75); }

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

<style>
 a { background-color: #16284B; }

 a { background-color: rgb(22,40,75); }

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

<style>
 span { border-color: #16284B; }

 span { border-color: rgb(22,40,75); }

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