Html Css Color HEX #191E41 Midnight Express

📋 copy color: '#191E41'

red 25 ◦ green 30 ◦ blue 65

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

Shades of Midnight Express #191E41

Tints of Midnight Express #191E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 54.17%

R = 20.83%
G = 25%
B = 54.17%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#191E41 (or 0x191E41) is known color: Midnight Express. HEX triplet: 19, 1E and 41. RGB value is (25,30,65). Sum of RGB (Red+Green+Blue) = 25+30+65=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #191E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E41 is #E6E1BE. Grayscale: #202020. Windows color (decimal): -15131071 or 4267545. OLE color: 4267545.

HSL color Cylindrical-coordinate representation of color #191E41: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #191E41 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 30 65 -
CMYK 0.62 0.54 0 0.75
HSL 232.5º 0.44% 0.18% -
HSV(B) 232.5º 0.62% 0.25% -
XYZ 1.82 1.52 5.2 -
YUV 32.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 25 30 65 0.62 0.54 0 0.75 232.5 0.44 0.18
Hex 19 1E 41 3E 36 0 4B E8 2C 12
Octal 31 36 101 76 66 0 113 350 54 22
Binary 11001 11110 1000001 111110 110110 0 1001011 11101000 101100 10010

Color Harmonies of #191E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191E41

Black with #191E41

Text Example


Text Example

White with #191E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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