Html Css Color HEX #120473 Midnight Blue

📋 copy color: '#120473'

red 18 ◦ green 4 ◦ blue 115

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

Shades of Midnight Blue #120473

Tints of Midnight Blue #120473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 115 (45.31% from 255) = 83.94%

R = 13.14%
G = 2.92%
B = 83.94%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120473 (or 0x120473) is known color: Midnight Blue. HEX triplet: 12, 04 and 73. RGB value is (18,4,115). Sum of RGB (Red+Green+Blue) = 18+4+115=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #120473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120473 is #EDFB8C. Grayscale: #141414. Windows color (decimal): -15596429 or 7537682. OLE color: 7537682.

HSL color Cylindrical-coordinate representation of color #120473: hue angle of 247.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120473 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 4 115 -
CMYK 0.84 0.97 0 0.55
HSL 247.57º 0.93% 0.23% -
HSV(B) 247.57º 0.97% 0.45% -
XYZ 3.39 1.45 16.32 -
YUV 20.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 18 4 115 0.84 0.97 0 0.55 247.57 0.93 0.23
Hex 12 4 73 54 61 0 37 F8 5D 17
Octal 22 4 163 124 141 0 67 370 135 27
Binary 10010 100 1110011 1010100 1100001 0 110111 11111000 1011101 10111

Color Harmonies of #120473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120473

Black with #120473

Text Example


Text Example

White with #120473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120473; }

 p { color: rgb(18,4,115); }

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

background-color css

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

 a { background-color: rgb(18,4,115); }

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

border-color css

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

 span { border-color: rgb(18,4,115); }

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