Html Css Color HEX #191D5D Midnight Blue

📋 copy color: '#191D5D'

red 25 ◦ green 29 ◦ blue 93

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

Shades of Midnight Blue #191D5D

Tints of Midnight Blue #191D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 17.01%
G = 19.73%
B = 63.27%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#191D5D (or 0x191D5D) is known color: Midnight Blue. HEX triplet: 19, 1D and 5D. RGB value is (25,29,93). Sum of RGB (Red+Green+Blue) = 25+29+93=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #191D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D5D is #E6E2A2. Grayscale: #222222. Windows color (decimal): -15131299 or 6102297. OLE color: 6102297.

HSL color Cylindrical-coordinate representation of color #191D5D: hue angle of 236.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191D5D is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 29 93 -
CMYK 0.73 0.69 0 0.64
HSL 236.47º 0.58% 0.23% -
HSV(B) 236.47º 0.73% 0.36% -
XYZ 2.82 1.88 10.57 -
YUV 35.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 25 29 93 0.73 0.69 0 0.64 236.47 0.58 0.23
Hex 19 1D 5D 49 45 0 40 EC 3A 17
Octal 31 35 135 111 105 0 100 354 72 27
Binary 11001 11101 1011101 1001001 1000101 0 1000000 11101100 111010 10111

Color Harmonies of #191D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191D5D

Black with #191D5D

Text Example


Text Example

White with #191D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191D5D; }

 p { color: rgb(25,29,93); }

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

background-color css

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

 a { background-color: rgb(25,29,93); }

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

border-color css

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

 span { border-color: rgb(25,29,93); }

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