#161B4B

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

Shades of Midnight Express #161B4B

Tints of Midnight Express #161B4B

Color information

#161B4B (or 0x161B4B) is unknown color: approx Midnight Express. HEX triplet: 16, 1B and 4B. RGB value is (22,27,75). Sum of RGB (Red+Green+Blue) = 22+27+75=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #161B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B4B is #E9E4B4. Grayscale: #1E1E1E. Windows color (decimal): -15328437 or 4922134. OLE color: 4922134.

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

Color convert

RGB222775-
CMYK0.710.6400.71
HSL234.34º54.64%19.02%-
HSV(B)234.34º70.67%29.41%-
XYZ1.991.466.83-
YUV30.98152.84121.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=17.74%
G=21.77%
B=60.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2227750.710.6400.71234.3454.6419.02
Hex161B4B4740047ea3713
Octal263311310710001073526723
Binary1011011011100101110001111000000010001111110101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B4B; }

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

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

<style>
 a { background-color: #161B4B; }

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

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

<style>
 span { border-color: #161B4B; }

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

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