#131765

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

Shades of Midnight Blue #131765

Tints of Midnight Blue #131765

Color information

#131765 (or 0x131765) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 65. RGB value is (19,23,101). Sum of RGB (Red+Green+Blue) = 19+23+101=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #131765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131765 is #ECE89A. Grayscale: #1E1E1E. Windows color (decimal): -15526043 or 6625043. OLE color: 6625043.

HSL color Cylindrical-coordinate representation of color #131765: hue angle of 237.07º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131765 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1923101-
CMYK0.810.7700.60
HSL237.07º68.33%23.53%-
HSV(B)237.07º81.19%39.61%-
XYZ2.921.6912.48-
YUV30.7167.67119.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=13.29%
G=16.08%
B=70.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19231010.810.7700.60237.0768.3323.53
Hex131765514D03Ced4418
Octal232714512111507435510430
Binary1001110111110010110100011001101011110011101101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131765; }

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

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

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

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

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

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

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

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