Html Css Color HEX #120E62 Midnight Blue

📋 copy color: '#120E62'

red 18 ◦ green 14 ◦ blue 98

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

Shades of Midnight Blue #120E62

Tints of Midnight Blue #120E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 75.38%

R = 13.85%
G = 10.77%
B = 75.38%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120E62 (or 0x120E62) is known color: Midnight Blue. HEX triplet: 12, 0E and 62. RGB value is (18,14,98). Sum of RGB (Red+Green+Blue) = 18+14+98=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #120E62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E62 is #EDF19D. Grayscale: #181818. Windows color (decimal): -15593886 or 6426130. OLE color: 6426130.

HSL color Cylindrical-coordinate representation of color #120E62: hue angle of 242.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120E62 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 14 98 -
CMYK 0.82 0.86 0 0.62
HSL 242.86º 0.75% 0.22% -
HSV(B) 242.86º 0.86% 0.38% -
XYZ 2.61 1.32 11.67 -
YUV 24.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 18 14 98 0.82 0.86 0 0.62 242.86 0.75 0.22
Hex 12 E 62 52 56 0 3E F3 4B 16
Octal 22 16 142 122 126 0 76 363 113 26
Binary 10010 1110 1100010 1010010 1010110 0 111110 11110011 1001011 10110

Color Harmonies of #120E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E62

Black with #120E62

Text Example


Text Example

White with #120E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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