Html Css Color HEX #120878 Midnight Blue

📋 copy color: '#120878'

red 18 ◦ green 8 ◦ blue 120

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

Shades of Midnight Blue #120878

Tints of Midnight Blue #120878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 82.19%

R = 12.33%
G = 5.48%
B = 82.19%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120878 (or 0x120878) is known color: Midnight Blue. HEX triplet: 12, 08 and 78. RGB value is (18,8,120). Sum of RGB (Red+Green+Blue) = 18+8+120=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 120 (47.27% from 255 or 82.19% from 146); Max value from RGB is 120 - color contains mainly: blue. Hex color #120878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120878 is #EDF787. Grayscale: #171717. Windows color (decimal): -15595400 or 7866386. OLE color: 7866386.

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

Color convert

RGB 18 8 120 -
CMYK 0.85 0.93 0 0.53
HSL 245.36º 0.88% 0.25% -
HSV(B) 245.36º 0.93% 0.47% -
XYZ 3.73 1.66 17.89 -
YUV 23.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 18 8 120 0.85 0.93 0 0.53 245.36 0.88 0.25
Hex 12 8 78 55 5D 0 35 F5 58 19
Octal 22 10 170 125 135 0 65 365 130 31
Binary 10010 1000 1111000 1010101 1011101 0 110101 11110101 1011000 11001

Color Harmonies of #120878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120878

Black with #120878

Text Example


Text Example

White with #120878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120878; }

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

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

background-color css

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

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

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

border-color css

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

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

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