Html Css Color HEX #11164B Midnight Express

📋 copy color: '#11164B'

red 17 ◦ green 22 ◦ blue 75

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

Shades of Midnight Express #11164B

Tints of Midnight Express #11164B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

 BLUE value IS 75 (29.69% from 255) = 65.79%

R = 14.91%
G = 19.3%
B = 65.79%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11164B (or 0x11164B) is known color: Midnight Express. HEX triplet: 11, 16 and 4B. RGB value is (17,22,75). Sum of RGB (Red+Green+Blue) = 17+22+75=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #11164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11164B is #EEE9B4. Grayscale: #1A1A1A. Windows color (decimal): -15657397 or 4920849. OLE color: 4920849.

HSL color Cylindrical-coordinate representation of color #11164B: hue angle of 234.83º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11164B is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 22 75 -
CMYK 0.77 0.71 0 0.71
HSL 234.83º 0.63% 0.18% -
HSV(B) 234.83º 0.77% 0.29% -
XYZ 1.79 1.2 6.79 -
YUV 26.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 17 22 75 0.77 0.71 0 0.71 234.83 0.63 0.18
Hex 11 16 4B 4D 47 0 47 EB 3F 12
Octal 21 26 113 115 107 0 107 353 77 22
Binary 10001 10110 1001011 1001101 1000111 0 1000111 11101011 111111 10010

Color Harmonies of #11164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11164B

Black with #11164B

Text Example


Text Example

White with #11164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11164B; }

 p { color: rgb(17,22,75); }

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

background-color css

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

 a { background-color: rgb(17,22,75); }

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

border-color css

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

 span { border-color: rgb(17,22,75); }

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