Html Css Color HEX #121176 Midnight Blue

📋 copy color: '#121176'

red 18 ◦ green 17 ◦ blue 118

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

Shades of Midnight Blue #121176

Tints of Midnight Blue #121176

RGB

 RED value IS 18 (7.42% from 255) = 11.76%

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 118 (46.48% from 255) = 77.12%

R = 11.76%
G = 11.11%
B = 77.12%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121176 (or 0x121176) is known color: Midnight Blue. HEX triplet: 12, 11 and 76. RGB value is (18,17,118). Sum of RGB (Red+Green+Blue) = 18+17+118=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #121176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121176 is #EDEE89. Grayscale: #1C1C1C. Windows color (decimal): -15593098 or 7737618. OLE color: 7737618.

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

Color convert

RGB 18 17 118 -
CMYK 0.85 0.86 0 0.54
HSL 240.59º 0.75% 0.26% -
HSV(B) 240.59º 0.86% 0.46% -
XYZ 3.72 1.84 17.3 -
YUV 28.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 18 17 118 0.85 0.86 0 0.54 240.59 0.75 0.26
Hex 12 11 76 55 56 0 36 F1 4B 1A
Octal 22 21 166 125 126 0 66 361 113 32
Binary 10010 10001 1110110 1010101 1010110 0 110110 11110001 1001011 11010

Color Harmonies of #121176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121176

Black with #121176

Text Example


Text Example

White with #121176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121176; }

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

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

background-color css

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

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

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

border-color css

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

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

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