Html Css Color HEX #11165A Midnight Blue

📋 copy color: '#11165A'

red 17 ◦ green 22 ◦ blue 90

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

Shades of Midnight Blue #11165A

Tints of Midnight Blue #11165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.05%

 BLUE value IS 90 (35.55% from 255) = 69.77%

R = 13.18%
G = 17.05%
B = 69.77%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11165A (or 0x11165A) is known color: Midnight Blue. HEX triplet: 11, 16 and 5A. RGB value is (17,22,90). Sum of RGB (Red+Green+Blue) = 17+22+90=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #11165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11165A is #EEE9A5. Grayscale: #1B1B1B. Windows color (decimal): -15657382 or 5903889. OLE color: 5903889.

HSL color Cylindrical-coordinate representation of color #11165A: hue angle of 235.89º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11165A is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 22 90 -
CMYK 0.81 0.76 0 0.65
HSL 235.89º 0.68% 0.21% -
HSV(B) 235.89º 0.81% 0.35% -
XYZ 2.36 1.43 9.82 -
YUV 28.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 17 22 90 0.81 0.76 0 0.65 235.89 0.68 0.21
Hex 11 16 5A 51 4C 0 41 EC 44 15
Octal 21 26 132 121 114 0 101 354 104 25
Binary 10001 10110 1011010 1010001 1001100 0 1000001 11101100 1000100 10101

Color Harmonies of #11165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11165A

Black with #11165A

Text Example


Text Example

White with #11165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,22,90); }

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

background-color css

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

 a { background-color: rgb(17,22,90); }

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

border-color css

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

 span { border-color: rgb(17,22,90); }

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