#191374

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

Shades of Midnight Blue #191374

Tints of Midnight Blue #191374

Color information

#191374 (or 0x191374) is unknown color: approx Midnight Blue. HEX triplet: 19, 13 and 74. RGB value is (25,19,116). Sum of RGB (Red+Green+Blue) = 25+19+116=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #191374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191374 is #E6EC8B. Grayscale: #1F1F1F. Windows color (decimal): -15133836 or 7607065. OLE color: 7607065.

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

Color convert

RGB2519116-
CMYK0.780.8400.55
HSL243.71º71.85%26.47%-
HSV(B)243.71º83.62%45.49%-
XYZ3.791.9316.7-
YUV31.85175.49123.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 116 (45.70% from 255) = 72.5%
R=15.62%
G=11.88%
B=72.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25191160.780.8400.55243.7171.8526.47
Hex1913744E54037f4481a
Octal312316411612406736411032
Binary1100110011111010010011101010100011011111110100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191374; }

 p { color: rgb(25,19,116); }

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

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

 a { background-color: rgb(25,19,116); }

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

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

 span { border-color: rgb(25,19,116); }

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