Html Css Color HEX #11133A Midnight Express

📋 copy color: '#11133A'

red 17 ◦ green 19 ◦ blue 58

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

Shades of Midnight Express #11133A

Tints of Midnight Express #11133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

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

R = 18.09%
G = 20.21%
B = 61.7%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11133A (or 0x11133A) is known color: Midnight Express. HEX triplet: 11, 13 and 3A. RGB value is (17,19,58). Sum of RGB (Red+Green+Blue) = 17+19+58=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #11133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11133A is #EEECC5. Grayscale: #161616. Windows color (decimal): -15658182 or 3805969. OLE color: 3805969.

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

Color convert

RGB 17 19 58 -
CMYK 0.71 0.67 0 0.77
HSL 237.07º 0.55% 0.15% -
HSV(B) 237.07º 0.71% 0.23% -
XYZ 1.23 0.89 4.11 -
YUV 22.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 17 19 58 0.71 0.67 0 0.77 237.07 0.55 0.15
Hex 11 13 3A 47 43 0 4D ED 37 F
Octal 21 23 72 107 103 0 115 355 67 17
Binary 10001 10011 111010 1000111 1000011 0 1001101 11101101 110111 1111

Color Harmonies of #11133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11133A

Black with #11133A

Text Example


Text Example

White with #11133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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