Html Css Color HEX #111275 Midnight Blue

📋 copy color: '#111275'

red 17 ◦ green 18 ◦ blue 117

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

Shades of Midnight Blue #111275

Tints of Midnight Blue #111275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 117 (46.09% from 255) = 76.97%

R = 11.18%
G = 11.84%
B = 76.97%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#111275 (or 0x111275) is known color: Midnight Blue. HEX triplet: 11, 12 and 75. RGB value is (17,18,117). Sum of RGB (Red+Green+Blue) = 17+18+117=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #111275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111275 is #EEED8A. Grayscale: #1C1C1C. Windows color (decimal): -15658379 or 7672337. OLE color: 7672337.

HSL color Cylindrical-coordinate representation of color #111275: hue angle of 239.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111275 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 18 117 -
CMYK 0.85 0.85 0 0.54
HSL 239.4º 0.75% 0.26% -
HSV(B) 239.4º 0.85% 0.46% -
XYZ 3.66 1.84 16.99 -
YUV 28.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 17 18 117 0.85 0.85 0 0.54 239.4 0.75 0.26
Hex 11 12 75 55 55 0 36 EF 4B 1A
Octal 21 22 165 125 125 0 66 357 113 32
Binary 10001 10010 1110101 1010101 1010101 0 110110 11101111 1001011 11010

Color Harmonies of #111275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111275

Black with #111275

Text Example


Text Example

White with #111275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111275; }

 p { color: rgb(17,18,117); }

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

background-color css

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

 a { background-color: rgb(17,18,117); }

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

border-color css

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

 span { border-color: rgb(17,18,117); }

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