Html Css Color HEX #11213A Midnight Express

📋 copy color: '#11213A'

red 17 ◦ green 33 ◦ blue 58

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

Shades of Midnight Express #11213A

Tints of Midnight Express #11213A

RGB

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

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

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

R = 15.74%
G = 30.56%
B = 53.7%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11213A (or 0x11213A) is known color: Midnight Express. HEX triplet: 11, 21 and 3A. RGB value is (17,33,58). Sum of RGB (Red+Green+Blue) = 17+33+58=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #11213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11213A is #EEDEC5. Grayscale: #1E1E1E. Windows color (decimal): -15654598 or 3809553. OLE color: 3809553.

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

Color convert

RGB 17 33 58 -
CMYK 0.71 0.43 0 0.77
HSL 216.59º 0.55% 0.15% -
HSV(B) 216.59º 0.71% 0.23% -
XYZ 1.54 1.51 4.21 -
YUV 31.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 17 33 58 0.71 0.43 0 0.77 216.59 0.55 0.15
Hex 11 21 3A 47 2B 0 4D D9 37 F
Octal 21 41 72 107 53 0 115 331 67 17
Binary 10001 100001 111010 1000111 101011 0 1001101 11011001 110111 1111

Color Harmonies of #11213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11213A

Black with #11213A

Text Example


Text Example

White with #11213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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