Html Css Color HEX #11203D Midnight Express

📋 copy color: '#11203D'

red 17 ◦ green 32 ◦ blue 61

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

Shades of Midnight Express #11203D

Tints of Midnight Express #11203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.09%

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

R = 15.45%
G = 29.09%
B = 55.45%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11203D (or 0x11203D) is known color: Midnight Express. HEX triplet: 11, 20 and 3D. RGB value is (17,32,61). Sum of RGB (Red+Green+Blue) = 17+32+61=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #11203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11203D is #EEDFC2. Grayscale: #1E1E1E. Windows color (decimal): -15654851 or 4005905. OLE color: 4005905.

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

Color convert

RGB 17 32 61 -
CMYK 0.72 0.48 0 0.76
HSL 219.55º 0.56% 0.15% -
HSV(B) 219.55º 0.72% 0.24% -
XYZ 1.59 1.49 4.62 -
YUV 30.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 17 32 61 0.72 0.48 0 0.76 219.55 0.56 0.15
Hex 11 20 3D 48 30 0 4C DC 38 F
Octal 21 40 75 110 60 0 114 334 70 17
Binary 10001 100000 111101 1001000 110000 0 1001100 11011100 111000 1111

Color Harmonies of #11203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11203D

Black with #11203D

Text Example


Text Example

White with #11203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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