#16284D

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

Shades of Midnight Express #16284D

Tints of Midnight Express #16284D

Color information

#16284D (or 0x16284D) is unknown color: approx Midnight Express. HEX triplet: 16, 28 and 4D. RGB value is (22,40,77). Sum of RGB (Red+Green+Blue) = 22+40+77=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #16284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16284D is #E9D7B2. Grayscale: #262626. Windows color (decimal): -15325107 or 5056534. OLE color: 5056534.

HSL color Cylindrical-coordinate representation of color #16284D: hue angle of 220.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16284D is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB224077-
CMYK0.710.4800.70
HSL220.36º55.56%19.41%-
HSV(B)220.36º71.43%30.2%-
XYZ2.432.227.32-
YUV38.84149.54115.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=15.83%
G=28.78%
B=55.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2240770.710.4800.70220.3655.5619.41
Hex16284D4730046dc3813
Octal26501151076001063347023
Binary1011010100010011011000111110000010001101101110011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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