#16234E

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

Shades of Midnight Express #16234E

Tints of Midnight Express #16234E

Color information

#16234E (or 0x16234E) is unknown color: approx Midnight Express. HEX triplet: 16, 23 and 4E. RGB value is (22,35,78). Sum of RGB (Red+Green+Blue) = 22+35+78=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #16234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16234E is #E9DCB1. Grayscale: #232323. Windows color (decimal): -15326386 or 5120790. OLE color: 5120790.

HSL color Cylindrical-coordinate representation of color #16234E: hue angle of 226.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16234E is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB223578-
CMYK0.720.5500.69
HSL226.07º56%19.61%-
HSV(B)226.07º71.79%30.59%-
XYZ2.311.927.46-
YUV36.02151.69118-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=16.30%
G=25.93%
B=57.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2235780.720.5500.69226.075619.61
Hex16234E4837045e23814
Octal26431161106701053427024
Binary1011010001110011101001000110111010001011110001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16234E; }

 p { color: rgb(22,35,78); }

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

<style>
 a { background-color: #16234E; }

 a { background-color: rgb(22,35,78); }

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

<style>
 span { border-color: #16234E; }

 span { border-color: rgb(22,35,78); }

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