Html Css Color HEX #11165B Midnight Blue

📋 copy color: '#11165B'

red 17 ◦ green 22 ◦ blue 91

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

Shades of Midnight Blue #11165B

Tints of Midnight Blue #11165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 70%

R = 13.08%
G = 16.92%
B = 70%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11165B (or 0x11165B) is known color: Midnight Blue. HEX triplet: 11, 16 and 5B. RGB value is (17,22,91). Sum of RGB (Red+Green+Blue) = 17+22+91=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #11165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11165B is #EEE9A4. Grayscale: #1C1C1C. Windows color (decimal): -15657381 or 5969425. OLE color: 5969425.

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

Color convert

RGB 17 22 91 -
CMYK 0.81 0.76 0 0.64
HSL 235.95º 0.69% 0.21% -
HSV(B) 235.95º 0.81% 0.36% -
XYZ 2.41 1.45 10.05 -
YUV 28.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 17 22 91 0.81 0.76 0 0.64 235.95 0.69 0.21
Hex 11 16 5B 51 4C 0 40 EC 45 15
Octal 21 26 133 121 114 0 100 354 105 25
Binary 10001 10110 1011011 1010001 1001100 0 1000000 11101100 1000101 10101

Color Harmonies of #11165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11165B

Black with #11165B

Text Example


Text Example

White with #11165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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