Html Css Color HEX #120F73 Midnight Blue

📋 copy color: '#120F73'

red 18 ◦ green 15 ◦ blue 115

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

Shades of Midnight Blue #120F73

Tints of Midnight Blue #120F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.14%

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

R = 12.16%
G = 10.14%
B = 77.7%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120F73 (or 0x120F73) is known color: Midnight Blue. HEX triplet: 12, 0F and 73. RGB value is (18,15,115). Sum of RGB (Red+Green+Blue) = 18+15+115=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #120F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F73 is #EDF08C. Grayscale: #1A1A1A. Windows color (decimal): -15593613 or 7540498. OLE color: 7540498.

HSL color Cylindrical-coordinate representation of color #120F73: hue angle of 241.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120F73 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 15 115 -
CMYK 0.84 0.87 0 0.55
HSL 241.8º 0.77% 0.25% -
HSV(B) 241.8º 0.87% 0.45% -
XYZ 3.51 1.71 16.36 -
YUV 27.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 18 15 115 0.84 0.87 0 0.55 241.8 0.77 0.25
Hex 12 F 73 54 57 0 37 F2 4D 19
Octal 22 17 163 124 127 0 67 362 115 31
Binary 10010 1111 1110011 1010100 1010111 0 110111 11110010 1001101 11001

Color Harmonies of #120F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F73

Black with #120F73

Text Example


Text Example

White with #120F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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