Html Css Color HEX #191372 Midnight Blue

📋 copy color: '#191372'

red 25 ◦ green 19 ◦ blue 114

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

Shades of Midnight Blue #191372

Tints of Midnight Blue #191372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 15.82%
G = 12.03%
B = 72.15%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#191372 (or 0x191372) is known color: Midnight Blue. HEX triplet: 19, 13 and 72. RGB value is (25,19,114). Sum of RGB (Red+Green+Blue) = 25+19+114=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #191372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191372 is #E6EC8D. Grayscale: #1F1F1F. Windows color (decimal): -15133838 or 7475993. OLE color: 7475993.

HSL color Cylindrical-coordinate representation of color #191372: hue angle of 243.79º degrees, saturation: 0.71, 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 #191372 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 19 114 -
CMYK 0.78 0.83 0 0.55
HSL 243.79º 0.71% 0.26% -
HSV(B) 243.79º 0.83% 0.45% -
XYZ 3.67 1.89 16.09 -
YUV 31.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 25 19 114 0.78 0.83 0 0.55 243.79 0.71 0.26
Hex 19 13 72 4E 53 0 37 F4 47 1A
Octal 31 23 162 116 123 0 67 364 107 32
Binary 11001 10011 1110010 1001110 1010011 0 110111 11110100 1000111 11010

Color Harmonies of #191372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191372

Black with #191372

Text Example


Text Example

White with #191372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191372; }

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

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

background-color css

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

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

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

border-color css

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

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

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