Html Css Color HEX #11123C Midnight Express

📋 copy color: '#11123C'

red 17 ◦ green 18 ◦ blue 60

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

Shades of Midnight Express #11123C

Tints of Midnight Express #11123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

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

R = 17.89%
G = 18.95%
B = 63.16%

CMYK

 C value IS 0.72

 M value IS 0.7

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11123C (or 0x11123C) is known color: Midnight Express. HEX triplet: 11, 12 and 3C. RGB value is (17,18,60). Sum of RGB (Red+Green+Blue) = 17+18+60=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #11123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11123C is #EEEDC3. Grayscale: #161616. Windows color (decimal): -15658436 or 3936785. OLE color: 3936785.

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

Color convert

RGB 17 18 60 -
CMYK 0.72 0.7 0 0.76
HSL 238.6º 0.56% 0.15% -
HSV(B) 238.6º 0.72% 0.24% -
XYZ 1.26 0.88 4.38 -
YUV 22.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 17 18 60 0.72 0.7 0 0.76 238.6 0.56 0.15
Hex 11 12 3C 48 46 0 4C EF 38 F
Octal 21 22 74 110 106 0 114 357 70 17
Binary 10001 10010 111100 1001000 1000110 0 1001100 11101111 111000 1111

Color Harmonies of #11123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11123C

Black with #11123C

Text Example


Text Example

White with #11123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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