Html Css Color HEX #11182F Midnight Express

📋 copy color: '#11182F'

red 17 ◦ green 24 ◦ blue 47

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

Shades of Midnight Express #11182F

Tints of Midnight Express #11182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.27%

 BLUE value IS 47 (18.75% from 255) = 53.41%

R = 19.32%
G = 27.27%
B = 53.41%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11182F (or 0x11182F) is known color: Midnight Express. HEX triplet: 11, 18 and 2F. RGB value is (17,24,47). Sum of RGB (Red+Green+Blue) = 17+24+47=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #11182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11182F is #EEE7D0. Grayscale: #181818. Windows color (decimal): -15656913 or 3086353. OLE color: 3086353.

HSL color Cylindrical-coordinate representation of color #11182F: hue angle of 226º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #11182F is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 24 47 -
CMYK 0.64 0.49 0 0.82
HSL 226º 0.47% 0.13% -
HSV(B) 226º 0.64% 0.18% -
XYZ 1.07 0.98 2.82 -
YUV 24.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 17 24 47 0.64 0.49 0 0.82 226 0.47 0.13
Hex 11 18 2F 40 31 0 52 E2 2F D
Octal 21 30 57 100 61 0 122 342 57 15
Binary 10001 11000 101111 1000000 110001 0 1010010 11100010 101111 1101

Color Harmonies of #11182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11182F

Black with #11182F

Text Example


Text Example

White with #11182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11182F; }

 p { color: rgb(17,24,47); }

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

background-color css

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

 a { background-color: rgb(17,24,47); }

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

border-color css

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

 span { border-color: rgb(17,24,47); }

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