#131762

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

Shades of Midnight Blue #131762

Tints of Midnight Blue #131762

Color information

#131762 (or 0x131762) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 62. RGB value is (19,23,98). Sum of RGB (Red+Green+Blue) = 19+23+98=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #131762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131762 is #ECE89D. Grayscale: #1E1E1E. Windows color (decimal): -15526046 or 6428435. OLE color: 6428435.

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

Color convert

RGB192398-
CMYK0.810.7700.62
HSL236.96º67.52%22.94%-
HSV(B)236.96º80.61%38.43%-
XYZ2.781.6311.72-
YUV30.35166.17119.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 98 (38.67% from 255) = 70%
R=13.57%
G=16.43%
B=70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1923980.810.7700.62236.9667.5222.94
Hex131762514D03Eed4417
Octal232714212111507635510427
Binary1001110111110001010100011001101011111011101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131762; }

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

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

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

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

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

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

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

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