Html Css Color HEX #191E7D Midnight Blue

📋 copy color: '#191E7D'

red 25 ◦ green 30 ◦ blue 125

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

Shades of Midnight Blue #191E7D

Tints of Midnight Blue #191E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

 BLUE value IS 125 (49.22% from 255) = 69.44%

R = 13.89%
G = 16.67%
B = 69.44%

CMYK

 C value IS 0.8

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#191E7D (or 0x191E7D) is known color: Midnight Blue. HEX triplet: 19, 1E and 7D. RGB value is (25,30,125). Sum of RGB (Red+Green+Blue) = 25+30+125=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #191E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E7D is #E6E182. Grayscale: #262626. Windows color (decimal): -15131011 or 8199705. OLE color: 8199705.

HSL color Cylindrical-coordinate representation of color #191E7D: hue angle of 237º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191E7D is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 30 125 -
CMYK 0.8 0.76 0 0.51
HSL 237º 0.67% 0.29% -
HSV(B) 237º 0.8% 0.49% -
XYZ 4.57 2.62 19.67 -
YUV 39.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 25 30 125 0.8 0.76 0 0.51 237 0.67 0.29
Hex 19 1E 7D 50 4C 0 33 ED 43 1D
Octal 31 36 175 120 114 0 63 355 103 35
Binary 11001 11110 1111101 1010000 1001100 0 110011 11101101 1000011 11101

Color Harmonies of #191E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191E7D

Black with #191E7D

Text Example


Text Example

White with #191E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,30,125); }

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

background-color css

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

 a { background-color: rgb(25,30,125); }

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

border-color css

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

 span { border-color: rgb(25,30,125); }

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