#131773

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

Shades of Midnight Blue #131773

Tints of Midnight Blue #131773

Color information

#131773 (or 0x131773) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 73. RGB value is (19,23,115). Sum of RGB (Red+Green+Blue) = 19+23+115=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #131773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131773 is #ECE88C. Grayscale: #1F1F1F. Windows color (decimal): -15526029 or 7542547. OLE color: 7542547.

HSL color Cylindrical-coordinate representation of color #131773: hue angle of 237.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131773 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1923115-
CMYK0.830.8000.55
HSL237.5º71.64%26.27%-
HSV(B)237.5º83.48%45.1%-
XYZ3.671.9916.41-
YUV32.29174.67118.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=12.10%
G=14.65%
B=73.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19231150.830.8000.55237.571.6426.27
Hex1317735350037ee481a
Octal232716312312006735611032
Binary1001110111111001110100111010000011011111101110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131773; }

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

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

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

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

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

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

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

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