Html Css Color HEX #121980 Midnight Blue

📋 copy color: '#121980'

red 18 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #121980

Tints of Midnight Blue #121980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

 BLUE value IS 128 (50.39% from 255) = 74.85%

R = 10.53%
G = 14.62%
B = 74.85%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#121980 (or 0x121980) is known color: Midnight Blue. HEX triplet: 12, 19 and 80. RGB value is (18,25,128). Sum of RGB (Red+Green+Blue) = 18+25+128=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #121980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121980 is #EDE67F. Grayscale: #222222. Windows color (decimal): -15591040 or 8395026. OLE color: 8395026.

HSL color Cylindrical-coordinate representation of color #121980: hue angle of 236.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121980 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 25 128 -
CMYK 0.86 0.80 0 0.50
HSL 236.18º 0.75% 0.29% -
HSV(B) 236.18º 0.86% 0.5% -
XYZ 4.49 2.38 20.65 -
YUV 34.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 18 25 128 0.86 0.80 0 0.50 236.18 0.75 0.29
Hex 12 19 80 56 50 0 32 EC 4B 1D
Octal 22 31 200 126 120 0 62 354 113 35
Binary 10010 11001 10000000 1010110 1010000 0 110010 11101100 1001011 11101

Color Harmonies of #121980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121980

Black with #121980

Text Example


Text Example

White with #121980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121980; }

 p { color: rgb(18,25,128); }

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

background-color css

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

 a { background-color: rgb(18,25,128); }

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

border-color css

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

 span { border-color: rgb(18,25,128); }

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