Html Css Color HEX #11085D Midnight Blue

📋 copy color: '#11085D'

red 17 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #11085D

Tints of Midnight Blue #11085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.78%

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

R = 14.41%
G = 6.78%
B = 78.81%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11085D (or 0x11085D) is known color: Midnight Blue. HEX triplet: 11, 08 and 5D. RGB value is (17,8,93). Sum of RGB (Red+Green+Blue) = 17+8+93=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #11085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11085D is #EEF7A2. Grayscale: #141414. Windows color (decimal): -15660963 or 6096913. OLE color: 6096913.

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

Color convert

RGB 17 8 93 -
CMYK 0.82 0.91 0 0.64
HSL 246.35º 0.84% 0.2% -
HSV(B) 246.35º 0.91% 0.36% -
XYZ 2.29 1.08 10.44 -
YUV 20.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 17 8 93 0.82 0.91 0 0.64 246.35 0.84 0.2
Hex 11 8 5D 52 5B 0 40 F6 54 14
Octal 21 10 135 122 133 0 100 366 124 24
Binary 10001 1000 1011101 1010010 1011011 0 1000000 11110110 1010100 10100

Color Harmonies of #11085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11085D

Black with #11085D

Text Example


Text Example

White with #11085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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