#131168

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

Shades of Midnight Blue #131168

Tints of Midnight Blue #131168

Color information

#131168 (or 0x131168) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 68. RGB value is (19,17,104). Sum of RGB (Red+Green+Blue) = 19+17+104=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #131168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131168 is #ECEE97. Grayscale: #1B1B1B. Windows color (decimal): -15527576 or 6820115. OLE color: 6820115.

HSL color Cylindrical-coordinate representation of color #131168: hue angle of 241.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131168 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1917104-
CMYK0.820.8400.59
HSL241.38º71.9%23.73%-
HSV(B)241.38º83.65%40.78%-
XYZ2.971.5413.24-
YUV27.52171.16121.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 104 (41.02% from 255) = 74.29%
R=13.57%
G=12.14%
B=74.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19171040.820.8400.59241.3871.923.73
Hex131168525403Bf14818
Octal232115012212407336111030
Binary1001110001110100010100101010100011101111110001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131168; }

 p { color: rgb(19,17,104); }

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

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

 a { background-color: rgb(19,17,104); }

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

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

 span { border-color: rgb(19,17,104); }

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