#160470

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

Shades of Midnight Blue #160470

Tints of Midnight Blue #160470

Color information

#160470 (or 0x160470) is unknown color: approx Midnight Blue. HEX triplet: 16, 04 and 70. RGB value is (22,4,112). Sum of RGB (Red+Green+Blue) = 22+4+112=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #160470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160470 is #E9FB8F. Grayscale: #151515. Windows color (decimal): -15334288 or 7341078. OLE color: 7341078.

HSL color Cylindrical-coordinate representation of color #160470: hue angle of 250º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160470 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB224112-
CMYK0.800.9600.56
HSL250º93.1%22.75%-
HSV(B)250º96.43%43.92%-
XYZ3.31.4315.43-
YUV21.69178.96128.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 112 (44.14% from 255) = 81.16%
R=15.94%
G=2.90%
B=81.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2241120.800.9600.5625093.122.75
Hex164705060038fa5d17
Octal26416012014007037213527
Binary10110100111000010100001100000011100011111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160470; }

 p { color: rgb(22,4,112); }

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

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

 a { background-color: rgb(22,4,112); }

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

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

 span { border-color: rgb(22,4,112); }

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