#191378

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

Shades of Midnight Blue #191378

Tints of Midnight Blue #191378

Color information

#191378 (or 0x191378) is unknown color: approx Midnight Blue. HEX triplet: 19, 13 and 78. RGB value is (25,19,120). Sum of RGB (Red+Green+Blue) = 25+19+120=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #191378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191378 is #E6EC87. Grayscale: #1F1F1F. Windows color (decimal): -15133832 or 7869209. OLE color: 7869209.

HSL color Cylindrical-coordinate representation of color #191378: hue angle of 243.56º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191378 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2519120-
CMYK0.790.8400.53
HSL243.56º72.66%27.25%-
HSV(B)243.56º84.17%47.06%-
XYZ4.022.0317.95-
YUV32.31177.49122.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 120 (47.27% from 255) = 73.17%
R=15.24%
G=11.59%
B=73.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25191200.790.8400.53243.5672.6627.25
Hex1913784F54035f4491b
Octal312317011712406536411133
Binary1100110011111100010011111010100011010111110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191378; }

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

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

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

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

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

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

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

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