#16294B

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

Shades of Midnight #16294B

Tints of Midnight #16294B

Color information

#16294B (or 0x16294B) is unknown color: approx Midnight. HEX triplet: 16, 29 and 4B. RGB value is (22,41,75). Sum of RGB (Red+Green+Blue) = 22+41+75=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #16294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16294B is #E9D6B4. Grayscale: #272727. Windows color (decimal): -15324853 or 4925718. OLE color: 4925718.

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

Color convert

RGB224175-
CMYK0.710.4500.71
HSL218.49º54.64%19.02%-
HSV(B)218.49º70.67%29.41%-
XYZ2.392.266.97-
YUV39.2148.21115.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=15.94%
G=29.71%
B=54.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2241750.710.4500.71218.4954.6419.02
Hex16294B472D047da3713
Octal26511131075501073326723
Binary1011010100110010111000111101101010001111101101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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