Html Css Color HEX #191276 Midnight Blue

📋 copy color: '#191276'

red 25 ◦ green 18 ◦ blue 118

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

Shades of Midnight Blue #191276

Tints of Midnight Blue #191276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 15.53%
G = 11.18%
B = 73.29%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#191276 (or 0x191276) is known color: Midnight Blue. HEX triplet: 19, 12 and 76. RGB value is (25,18,118). Sum of RGB (Red+Green+Blue) = 25+18+118=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #191276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191276 is #E6ED89. Grayscale: #1F1F1F. Windows color (decimal): -15134090 or 7737881. OLE color: 7737881.

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

Color convert

RGB 25 18 118 -
CMYK 0.79 0.85 0 0.54
HSL 244.2º 0.74% 0.27% -
HSV(B) 244.2º 0.85% 0.46% -
XYZ 3.89 1.95 17.31 -
YUV 31.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 25 18 118 0.79 0.85 0 0.54 244.2 0.74 0.27
Hex 19 12 76 4F 55 0 36 F4 4A 1B
Octal 31 22 166 117 125 0 66 364 112 33
Binary 11001 10010 1110110 1001111 1010101 0 110110 11110100 1001010 11011

Color Harmonies of #191276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191276

Black with #191276

Text Example


Text Example

White with #191276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191276; }

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

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

background-color css

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

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

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

border-color css

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

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

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