Html Css Color HEX #11203F Midnight Express

📋 copy color: '#11203F'

red 17 ◦ green 32 ◦ blue 63

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

Shades of Midnight Express #11203F

Tints of Midnight Express #11203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 56.25%

R = 15.18%
G = 28.57%
B = 56.25%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11203F (or 0x11203F) is known color: Midnight Express. HEX triplet: 11, 20 and 3F. RGB value is (17,32,63). Sum of RGB (Red+Green+Blue) = 17+32+63=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #11203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11203F is #EEDFC0. Grayscale: #1E1E1E. Windows color (decimal): -15654849 or 4136977. OLE color: 4136977.

HSL color Cylindrical-coordinate representation of color #11203F: hue angle of 220.43º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11203F is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 32 63 -
CMYK 0.73 0.49 0 0.75
HSL 220.43º 0.58% 0.16% -
HSV(B) 220.43º 0.73% 0.25% -
XYZ 1.64 1.51 4.91 -
YUV 31.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 17 32 63 0.73 0.49 0 0.75 220.43 0.58 0.16
Hex 11 20 3F 49 31 0 4B DC 3A 10
Octal 21 40 77 111 61 0 113 334 72 20
Binary 10001 100000 111111 1001001 110001 0 1001011 11011100 111010 10000

Color Harmonies of #11203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11203F

Black with #11203F

Text Example


Text Example

White with #11203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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