Html Css Color HEX #120876 Midnight Blue

📋 copy color: '#120876'

red 18 ◦ green 8 ◦ blue 118

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

Shades of Midnight Blue #120876

Tints of Midnight Blue #120876

RGB

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

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

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

R = 12.5%
G = 5.56%
B = 81.94%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120876 (or 0x120876) is known color: Midnight Blue. HEX triplet: 12, 08 and 76. RGB value is (18,8,118). Sum of RGB (Red+Green+Blue) = 18+8+118=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #120876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120876 is #EDF789. Grayscale: #171717. Windows color (decimal): -15595402 or 7735314. OLE color: 7735314.

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

Color convert

RGB 18 8 118 -
CMYK 0.85 0.93 0 0.54
HSL 245.45º 0.87% 0.25% -
HSV(B) 245.45º 0.93% 0.46% -
XYZ 3.61 1.61 17.26 -
YUV 23.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 18 8 118 0.85 0.93 0 0.54 245.45 0.87 0.25
Hex 12 8 76 55 5D 0 36 F5 57 19
Octal 22 10 166 125 135 0 66 365 127 31
Binary 10010 1000 1110110 1010101 1011101 0 110110 11110101 1010111 11001

Color Harmonies of #120876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120876

Black with #120876

Text Example


Text Example

White with #120876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120876; }

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

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

background-color css

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

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

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

border-color css

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

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

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