Html Css Color HEX #11123D Midnight Express

📋 copy color: '#11123D'

red 17 ◦ green 18 ◦ blue 61

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

Shades of Midnight Express #11123D

Tints of Midnight Express #11123D

RGB

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

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

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

R = 17.71%
G = 18.75%
B = 63.54%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11123D (or 0x11123D) is known color: Midnight Express. HEX triplet: 11, 12 and 3D. RGB value is (17,18,61). Sum of RGB (Red+Green+Blue) = 17+18+61=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #11123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11123D is #EEEDC2. Grayscale: #161616. Windows color (decimal): -15658435 or 4002321. OLE color: 4002321.

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

Color convert

RGB 17 18 61 -
CMYK 0.72 0.70 0 0.76
HSL 238.64º 0.56% 0.15% -
HSV(B) 238.64º 0.72% 0.24% -
XYZ 1.29 0.89 4.52 -
YUV 22.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 17 18 61 0.72 0.70 0 0.76 238.64 0.56 0.15
Hex 11 12 3D 48 46 0 4C EF 38 F
Octal 21 22 75 110 106 0 114 357 70 17
Binary 10001 10010 111101 1001000 1000110 0 1001100 11101111 111000 1111

Color Harmonies of #11123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11123D

Black with #11123D

Text Example


Text Example

White with #11123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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