Html Css Color HEX #111930 Midnight Express

📋 copy color: '#111930'

red 17 ◦ green 25 ◦ blue 48

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

Shades of Midnight Express #111930

Tints of Midnight Express #111930

RGB

 RED value IS 17 (7.03% from 255) = 18.89%

 GREEN value IS 25 (10.16% from 255) = 27.78%

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 18.89%
G = 27.78%
B = 53.33%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111930 (or 0x111930) is known color: Midnight Express. HEX triplet: 11, 19 and 30. RGB value is (17,25,48). Sum of RGB (Red+Green+Blue) = 17+25+48=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #111930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111930 is #EEE6CF. Grayscale: #191919. Windows color (decimal): -15656656 or 3152145. OLE color: 3152145.

HSL color Cylindrical-coordinate representation of color #111930: hue angle of 224.52º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111930 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 25 48 -
CMYK 0.65 0.48 0 0.81
HSL 224.52º 0.48% 0.13% -
HSV(B) 224.52º 0.65% 0.19% -
XYZ 1.11 1.03 2.94 -
YUV 25.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 17 25 48 0.65 0.48 0 0.81 224.52 0.48 0.13
Hex 11 19 30 41 30 0 51 E1 30 D
Octal 21 31 60 101 60 0 121 341 60 15
Binary 10001 11001 110000 1000001 110000 0 1010001 11100001 110000 1101

Color Harmonies of #111930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111930

Black with #111930

Text Example


Text Example

White with #111930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111930; }

 p { color: rgb(17,25,48); }

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

background-color css

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

 a { background-color: rgb(17,25,48); }

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

border-color css

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

 span { border-color: rgb(17,25,48); }

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