#16204B

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

Shades of Midnight Express #16204B

Tints of Midnight Express #16204B

Color information

#16204B (or 0x16204B) is unknown color: approx Midnight Express. HEX triplet: 16, 20 and 4B. RGB value is (22,32,75). Sum of RGB (Red+Green+Blue) = 22+32+75=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #16204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16204B is #E9DFB4. Grayscale: #212121. Windows color (decimal): -15327157 or 4923414. OLE color: 4923414.

HSL color Cylindrical-coordinate representation of color #16204B: hue angle of 228.68º 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 #16204B is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB223275-
CMYK0.710.5700.71
HSL228.68º54.64%19.02%-
HSV(B)228.68º70.67%29.41%-
XYZ2.121.716.88-
YUV33.91151.19119.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=17.05%
G=24.81%
B=58.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2232750.710.5700.71228.6854.6419.02
Hex16204B4739047e53713
Octal26401131077101073456723
Binary1011010000010010111000111111001010001111110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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