Html Css Color HEX #121077 Midnight Blue

📋 copy color: '#121077'

red 18 ◦ green 16 ◦ blue 119

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

Shades of Midnight Blue #121077

Tints of Midnight Blue #121077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

 BLUE value IS 119 (46.88% from 255) = 77.78%

R = 11.76%
G = 10.46%
B = 77.78%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121077 (or 0x121077) is known color: Midnight Blue. HEX triplet: 12, 10 and 77. RGB value is (18,16,119). Sum of RGB (Red+Green+Blue) = 18+16+119=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #121077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121077 is #EDEF88. Grayscale: #1B1B1B. Windows color (decimal): -15593353 or 7802898. OLE color: 7802898.

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

Color convert

RGB 18 16 119 -
CMYK 0.85 0.87 0 0.53
HSL 241.17º 0.76% 0.26% -
HSV(B) 241.17º 0.87% 0.47% -
XYZ 3.76 1.83 17.61 -
YUV 28.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 18 16 119 0.85 0.87 0 0.53 241.17 0.76 0.26
Hex 12 10 77 55 57 0 35 F1 4C 1A
Octal 22 20 167 125 127 0 65 361 114 32
Binary 10010 10000 1110111 1010101 1010111 0 110101 11110001 1001100 11010

Color Harmonies of #121077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121077

Black with #121077

Text Example


Text Example

White with #121077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121077; }

 p { color: rgb(18,16,119); }

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

background-color css

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

 a { background-color: rgb(18,16,119); }

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

border-color css

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

 span { border-color: rgb(18,16,119); }

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