Html Css Color HEX #120E5D Midnight Blue

📋 copy color: '#120E5D'

red 18 ◦ green 14 ◦ blue 93

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

Shades of Midnight Blue #120E5D

Tints of Midnight Blue #120E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.2%

 BLUE value IS 93 (36.72% from 255) = 74.4%

R = 14.4%
G = 11.2%
B = 74.4%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#120E5D (or 0x120E5D) is known color: Midnight Blue. HEX triplet: 12, 0E and 5D. RGB value is (18,14,93). Sum of RGB (Red+Green+Blue) = 18+14+93=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #120E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E5D is #EDF1A2. Grayscale: #171717. Windows color (decimal): -15593891 or 6098450. OLE color: 6098450.

HSL color Cylindrical-coordinate representation of color #120E5D: hue angle of 243.04º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120E5D is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 14 93 -
CMYK 0.81 0.85 0 0.64
HSL 243.04º 0.74% 0.21% -
HSV(B) 243.04º 0.85% 0.36% -
XYZ 2.38 1.23 10.47 -
YUV 24.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 18 14 93 0.81 0.85 0 0.64 243.04 0.74 0.21
Hex 12 E 5D 51 55 0 40 F3 4A 15
Octal 22 16 135 121 125 0 100 363 112 25
Binary 10010 1110 1011101 1010001 1010101 0 1000000 11110011 1001010 10101

Color Harmonies of #120E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E5D

Black with #120E5D

Text Example


Text Example

White with #120E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,14,93); }

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

background-color css

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

 a { background-color: rgb(18,14,93); }

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

border-color css

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

 span { border-color: rgb(18,14,93); }

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