Html Css Color HEX #11113C Midnight Express

📋 copy color: '#11113C'

red 17 ◦ green 17 ◦ blue 60

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

Shades of Midnight Express #11113C

Tints of Midnight Express #11113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 60 (23.83% from 255) = 63.83%

R = 18.09%
G = 18.09%
B = 63.83%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11113C (or 0x11113C) is known color: Midnight Express. HEX triplet: 11, 11 and 3C. RGB value is (17,17,60). Sum of RGB (Red+Green+Blue) = 17+17+60=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #11113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11113C is #EEEEC3. Grayscale: #151515. Windows color (decimal): -15658692 or 3936529. OLE color: 3936529.

HSL color Cylindrical-coordinate representation of color #11113C: hue angle of 240º 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 #11113C is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 17 60 -
CMYK 0.72 0.72 0 0.76
HSL 240º 0.56% 0.15% -
HSV(B) 240º 0.72% 0.24% -
XYZ 1.25 0.85 4.37 -
YUV 21.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 17 17 60 0.72 0.72 0 0.76 240 0.56 0.15
Hex 11 11 3C 48 48 0 4C F0 38 F
Octal 21 21 74 110 110 0 114 360 70 17
Binary 10001 10001 111100 1001000 1001000 0 1001100 11110000 111000 1111

Color Harmonies of #11113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11113C

Black with #11113C

Text Example


Text Example

White with #11113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11113C; }

 p { color: rgb(17,17,60); }

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

background-color css

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

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

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

border-color css

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

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

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