Html Css Color HEX #11155D Midnight Blue

📋 copy color: '#11155D'

red 17 ◦ green 21 ◦ blue 93

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

Shades of Midnight Blue #11155D

Tints of Midnight Blue #11155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.03%

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 12.98%
G = 16.03%
B = 70.99%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11155D (or 0x11155D) is known color: Midnight Blue. HEX triplet: 11, 15 and 5D. RGB value is (17,21,93). Sum of RGB (Red+Green+Blue) = 17+21+93=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #11155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11155D is #EEEAA2. Grayscale: #1B1B1B. Windows color (decimal): -15657635 or 6100241. OLE color: 6100241.

HSL color Cylindrical-coordinate representation of color #11155D: hue angle of 236.84º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11155D is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 21 93 -
CMYK 0.82 0.77 0 0.64
HSL 236.84º 0.69% 0.22% -
HSV(B) 236.84º 0.82% 0.36% -
XYZ 2.48 1.45 10.5 -
YUV 28.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 17 21 93 0.82 0.77 0 0.64 236.84 0.69 0.22
Hex 11 15 5D 52 4D 0 40 ED 45 16
Octal 21 25 135 122 115 0 100 355 105 26
Binary 10001 10101 1011101 1010010 1001101 0 1000000 11101101 1000101 10110

Color Harmonies of #11155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11155D

Black with #11155D

Text Example


Text Example

White with #11155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11155D; }

 p { color: rgb(17,21,93); }

 H1.HeaderClassName
 {
   color: #11155D;
 }
 .AnyTagClassName
 {
   color: #11155D;
 }
</style>

background-color css

<style>
 a { background-color: #11155D; }

 a { background-color: rgb(17,21,93); }

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

border-color css

<style>
 span { border-color: #11155D; }

 span { border-color: rgb(17,21,93); }

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