Html Css Color HEX #191374 Midnight Blue

📋 copy color: '#191374'

red 25 ◦ green 19 ◦ blue 116

#191374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #191374

Tints of Midnight Blue #191374

RGB

 RED value IS 25 (10.16% from 255) = 15.63%

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 116 (45.7% from 255) = 72.5%

R = 15.63%
G = 11.88%
B = 72.5%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#191374 (or 0x191374) is known color: 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

RGB 25 19 116 -
CMYK 0.78 0.84 0 0.55
HSL 243.71º 0.72% 0.26% -
HSV(B) 243.71º 0.84% 0.45% -
XYZ 3.79 1.93 16.7 -
YUV 31.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 25 19 116 0.78 0.84 0 0.55 243.71 0.72 0.26
Hex 19 13 74 4E 54 0 37 F4 48 1A
Octal 31 23 164 116 124 0 67 364 110 32
Binary 11001 10011 1110100 1001110 1010100 0 110111 11110100 1001000 11010

Color Harmonies of #191374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191374

Black with #191374

Text Example


Text Example

White with #191374

Text Example


Text Example

HTML Codes & Css Web 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>