Html Css Color HEX #191376 Midnight Blue

📋 copy color: '#191376'

red 25 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #191376

Tints of Midnight Blue #191376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 72.84%

R = 15.43%
G = 11.73%
B = 72.84%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#191376 (or 0x191376) is known color: Midnight Blue. HEX triplet: 19, 13 and 76. RGB value is (25,19,118). Sum of RGB (Red+Green+Blue) = 25+19+118=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #191376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191376 is #E6EC89. Grayscale: #1F1F1F. Windows color (decimal): -15133834 or 7738137. OLE color: 7738137.

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

Color convert

RGB 25 19 118 -
CMYK 0.79 0.84 0 0.54
HSL 243.64º 0.72% 0.27% -
HSV(B) 243.64º 0.84% 0.46% -
XYZ 3.9 1.98 17.32 -
YUV 32.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 25 19 118 0.79 0.84 0 0.54 243.64 0.72 0.27
Hex 19 13 76 4F 54 0 36 F4 48 1B
Octal 31 23 166 117 124 0 66 364 110 33
Binary 11001 10011 1110110 1001111 1010100 0 110110 11110100 1001000 11011

Color Harmonies of #191376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191376

Black with #191376

Text Example


Text Example

White with #191376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191376; }

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

 H1.HeaderClassName
 {
   color: #191376;
 }
 .AnyTagClassName
 {
   color: #191376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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