Html Css Color HEX #11143D Midnight Express

📋 copy color: '#11143D'

red 17 ◦ green 20 ◦ blue 61

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

Shades of Midnight Express #11143D

Tints of Midnight Express #11143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

 BLUE value IS 61 (24.22% from 255) = 62.24%

R = 17.35%
G = 20.41%
B = 62.24%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11143D (or 0x11143D) is known color: Midnight Express. HEX triplet: 11, 14 and 3D. RGB value is (17,20,61). Sum of RGB (Red+Green+Blue) = 17+20+61=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #11143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11143D is #EEEBC2. Grayscale: #171717. Windows color (decimal): -15657923 or 4002833. OLE color: 4002833.

HSL color Cylindrical-coordinate representation of color #11143D: hue angle of 235.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11143D is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 20 61 -
CMYK 0.72 0.67 0 0.76
HSL 235.91º 0.56% 0.15% -
HSV(B) 235.91º 0.72% 0.24% -
XYZ 1.32 0.96 4.53 -
YUV 23.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 17 20 61 0.72 0.67 0 0.76 235.91 0.56 0.15
Hex 11 14 3D 48 43 0 4C EC 38 F
Octal 21 24 75 110 103 0 114 354 70 17
Binary 10001 10100 111101 1001000 1000011 0 1001100 11101100 111000 1111

Color Harmonies of #11143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11143D

Black with #11143D

Text Example


Text Example

White with #11143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11143D; }

 p { color: rgb(17,20,61); }

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

background-color css

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

 a { background-color: rgb(17,20,61); }

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

border-color css

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

 span { border-color: rgb(17,20,61); }

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