#131768

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

Shades of Midnight Blue #131768

Tints of Midnight Blue #131768

Color information

#131768 (or 0x131768) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 68. RGB value is (19,23,104). Sum of RGB (Red+Green+Blue) = 19+23+104=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #131768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131768 is #ECE897. Grayscale: #1E1E1E. Windows color (decimal): -15526040 or 6821651. OLE color: 6821651.

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

Color convert

RGB1923104-
CMYK0.820.7800.59
HSL237.18º69.11%24.12%-
HSV(B)237.18º81.73%40.78%-
XYZ3.071.7513.27-
YUV31.04169.17119.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=13.01%
G=15.75%
B=71.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19231040.820.7800.59237.1869.1124.12
Hex131768524E03Bed4518
Octal232715012211607335510530
Binary1001110111110100010100101001110011101111101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131768; }

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

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

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

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

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

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

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

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