Html Css Color HEX #120F71 Midnight Blue

📋 copy color: '#120F71'

red 18 ◦ green 15 ◦ blue 113

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

Shades of Midnight Blue #120F71

Tints of Midnight Blue #120F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 77.4%

R = 12.33%
G = 10.27%
B = 77.4%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#120F71 (or 0x120F71) is known color: Midnight Blue. HEX triplet: 12, 0F and 71. RGB value is (18,15,113). Sum of RGB (Red+Green+Blue) = 18+15+113=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #120F71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F71 is #EDF08E. Grayscale: #1A1A1A. Windows color (decimal): -15593615 or 7409426. OLE color: 7409426.

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

Color convert

RGB 18 15 113 -
CMYK 0.84 0.87 0 0.56
HSL 241.84º 0.77% 0.25% -
HSV(B) 241.84º 0.87% 0.44% -
XYZ 3.4 1.66 15.76 -
YUV 27.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 18 15 113 0.84 0.87 0 0.56 241.84 0.77 0.25
Hex 12 F 71 54 57 0 38 F2 4D 19
Octal 22 17 161 124 127 0 70 362 115 31
Binary 10010 1111 1110001 1010100 1010111 0 111000 11110010 1001101 11001

Color Harmonies of #120F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F71

Black with #120F71

Text Example


Text Example

White with #120F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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