Html Css Color HEX #11085F Midnight Blue

📋 copy color: '#11085F'

red 17 ◦ green 8 ◦ blue 95

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

Shades of Midnight Blue #11085F

Tints of Midnight Blue #11085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 79.17%

R = 14.17%
G = 6.67%
B = 79.17%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11085F (or 0x11085F) is known color: Midnight Blue. HEX triplet: 11, 08 and 5F. RGB value is (17,8,95). Sum of RGB (Red+Green+Blue) = 17+8+95=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 95 (37.5% from 255 or 79.17% from 120); Max value from RGB is 95 - color contains mainly: blue. Hex color #11085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11085F is #EEF7A0. Grayscale: #141414. Windows color (decimal): -15660961 or 6227985. OLE color: 6227985.

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

Color convert

RGB 17 8 95 -
CMYK 0.82 0.92 0 0.63
HSL 246.21º 0.84% 0.2% -
HSV(B) 246.21º 0.92% 0.37% -
XYZ 2.38 1.12 10.92 -
YUV 20.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 17 8 95 0.82 0.92 0 0.63 246.21 0.84 0.2
Hex 11 8 5F 52 5C 0 3F F6 54 14
Octal 21 10 137 122 134 0 77 366 124 24
Binary 10001 1000 1011111 1010010 1011100 0 111111 11110110 1010100 10100

Color Harmonies of #11085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11085F

Black with #11085F

Text Example


Text Example

White with #11085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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