Html Css Color HEX #11203A Midnight Express

📋 copy color: '#11203A'

red 17 ◦ green 32 ◦ blue 58

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

Shades of Midnight Express #11203A

Tints of Midnight Express #11203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 54.21%

R = 15.89%
G = 29.91%
B = 54.21%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11203A (or 0x11203A) is known color: Midnight Express. HEX triplet: 11, 20 and 3A. RGB value is (17,32,58). Sum of RGB (Red+Green+Blue) = 17+32+58=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #11203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11203A is #EEDFC5. Grayscale: #1E1E1E. Windows color (decimal): -15654854 or 3809297. OLE color: 3809297.

HSL color Cylindrical-coordinate representation of color #11203A: hue angle of 218.05º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11203A is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 32 58 -
CMYK 0.71 0.45 0 0.77
HSL 218.05º 0.55% 0.15% -
HSV(B) 218.05º 0.71% 0.23% -
XYZ 1.51 1.46 4.2 -
YUV 30.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 17 32 58 0.71 0.45 0 0.77 218.05 0.55 0.15
Hex 11 20 3A 47 2D 0 4D DA 37 F
Octal 21 40 72 107 55 0 115 332 67 17
Binary 10001 100000 111010 1000111 101101 0 1001101 11011010 110111 1111

Color Harmonies of #11203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11203A

Black with #11203A

Text Example


Text Example

White with #11203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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