#16254B

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

Shades of Midnight Express #16254B

Tints of Midnight Express #16254B

Color information

#16254B (or 0x16254B) is unknown color: approx Midnight Express. HEX triplet: 16, 25 and 4B. RGB value is (22,37,75). Sum of RGB (Red+Green+Blue) = 22+37+75=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #16254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16254B is #E9DAB4. Grayscale: #242424. Windows color (decimal): -15325877 or 4924694. OLE color: 4924694.

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

Color convert

RGB223775-
CMYK0.710.5100.71
HSL223.02º54.64%19.02%-
HSV(B)223.02º70.67%29.41%-
XYZ2.2626.92-
YUV36.85149.53117.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=16.42%
G=27.61%
B=55.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2237750.710.5100.71223.0254.6419.02
Hex16254B4733047df3713
Octal26451131076301073376723
Binary1011010010110010111000111110011010001111101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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