Html Css Color HEX #11213B Midnight Express

📋 copy color: '#11213B'

red 17 ◦ green 33 ◦ blue 59

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

Shades of Midnight Express #11213B

Tints of Midnight Express #11213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

 BLUE value IS 59 (23.44% from 255) = 54.13%

R = 15.6%
G = 30.28%
B = 54.13%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11213B (or 0x11213B) is known color: Midnight Express. HEX triplet: 11, 21 and 3B. RGB value is (17,33,59). Sum of RGB (Red+Green+Blue) = 17+33+59=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #11213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11213B is #EEDEC4. Grayscale: #1F1F1F. Windows color (decimal): -15654597 or 3875089. OLE color: 3875089.

HSL color Cylindrical-coordinate representation of color #11213B: hue angle of 217.14º 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 #11213B is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 33 59 -
CMYK 0.71 0.44 0 0.77
HSL 217.14º 0.55% 0.15% -
HSV(B) 217.14º 0.71% 0.23% -
XYZ 1.56 1.52 4.35 -
YUV 31.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 17 33 59 0.71 0.44 0 0.77 217.14 0.55 0.15
Hex 11 21 3B 47 2C 0 4D D9 37 F
Octal 21 41 73 107 54 0 115 331 67 17
Binary 10001 100001 111011 1000111 101100 0 1001101 11011001 110111 1111

Color Harmonies of #11213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11213B

Black with #11213B

Text Example


Text Example

White with #11213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11213B; }

 p { color: rgb(17,33,59); }

 H1.HeaderClassName
 {
   color: #11213B;
 }
 .AnyTagClassName
 {
   color: #11213B;
 }
</style>

background-color css

<style>
 a { background-color: #11213B; }

 a { background-color: rgb(17,33,59); }

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

border-color css

<style>
 span { border-color: #11213B; }

 span { border-color: rgb(17,33,59); }

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