#16214B

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

Shades of Midnight Express #16214B

Tints of Midnight Express #16214B

Color information

#16214B (or 0x16214B) is unknown color: approx Midnight Express. HEX triplet: 16, 21 and 4B. RGB value is (22,33,75). Sum of RGB (Red+Green+Blue) = 22+33+75=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #16214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16214B is #E9DEB4. Grayscale: #222222. Windows color (decimal): -15326901 or 4923670. OLE color: 4923670.

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

Color convert

RGB223375-
CMYK0.710.5600.71
HSL227.55º54.64%19.02%-
HSV(B)227.55º70.67%29.41%-
XYZ2.141.776.88-
YUV34.5150.86119.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=16.92%
G=25.38%
B=57.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2233750.710.5600.71227.5554.6419.02
Hex16214B4738047e43713
Octal26411131077001073446723
Binary1011010000110010111000111111000010001111110010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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