Html Css Color HEX #11203C Midnight Express

📋 copy color: '#11203C'

red 17 ◦ green 32 ◦ blue 60

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

Shades of Midnight Express #11203C

Tints of Midnight Express #11203C

RGB

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

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

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

R = 15.6%
G = 29.36%
B = 55.05%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11203C (or 0x11203C) is known color: Midnight Express. HEX triplet: 11, 20 and 3C. RGB value is (17,32,60). Sum of RGB (Red+Green+Blue) = 17+32+60=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #11203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11203C is #EEDFC3. Grayscale: #1E1E1E. Windows color (decimal): -15654852 or 3940369. OLE color: 3940369.

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

Color convert

RGB 17 32 60 -
CMYK 0.72 0.47 0 0.76
HSL 219.07º 0.56% 0.15% -
HSV(B) 219.07º 0.72% 0.24% -
XYZ 1.56 1.48 4.48 -
YUV 30.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 17 32 60 0.72 0.47 0 0.76 219.07 0.56 0.15
Hex 11 20 3C 48 2F 0 4C DB 38 F
Octal 21 40 74 110 57 0 114 333 70 17
Binary 10001 100000 111100 1001000 101111 0 1001100 11011011 111000 1111

Color Harmonies of #11203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11203C

Black with #11203C

Text Example


Text Example

White with #11203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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