#160675

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

Shades of Midnight Blue #160675

Tints of Midnight Blue #160675

Color information

#160675 (or 0x160675) is unknown color: approx Midnight Blue. HEX triplet: 16, 06 and 75. RGB value is (22,6,117). Sum of RGB (Red+Green+Blue) = 22+6+117=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #160675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160675 is #E9F98A. Grayscale: #171717. Windows color (decimal): -15333771 or 7669270. OLE color: 7669270.

HSL color Cylindrical-coordinate representation of color #160675: hue angle of 248.65º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160675 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB226117-
CMYK0.810.9500.54
HSL248.65º90.24%24.12%-
HSV(B)248.65º94.87%45.88%-
XYZ3.611.5916.95-
YUV23.44180.8126.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 117 (46.09% from 255) = 80.69%
R=15.17%
G=4.14%
B=80.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2261170.810.9500.54248.6590.2424.12
Hex16675515F036f95a18
Octal26616512113706637113230
Binary10110110111010110100011011111011011011111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160675; }

 p { color: rgb(22,6,117); }

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

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

 a { background-color: rgb(22,6,117); }

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

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

 span { border-color: rgb(22,6,117); }

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