Html Css Color HEX #120656 Midnight Blue

📋 copy color: '#120656'

red 18 ◦ green 6 ◦ blue 86

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

Shades of Midnight Blue #120656

Tints of Midnight Blue #120656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 86 (33.98% from 255) = 78.18%

R = 16.36%
G = 5.45%
B = 78.18%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120656 (or 0x120656) is known color: Midnight Blue. HEX triplet: 12, 06 and 56. RGB value is (18,6,86). Sum of RGB (Red+Green+Blue) = 18+6+86=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #120656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120656 is #EDF9A9. Grayscale: #121212. Windows color (decimal): -15595946 or 5637650. OLE color: 5637650.

HSL color Cylindrical-coordinate representation of color #120656: hue angle of 249º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120656 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 6 86 -
CMYK 0.79 0.93 0 0.66
HSL 249º 0.87% 0.18% -
HSV(B) 249º 0.93% 0.34% -
XYZ 1.99 0.93 8.88 -
YUV 18.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 18 6 86 0.79 0.93 0 0.66 249 0.87 0.18
Hex 12 6 56 4F 5D 0 42 F9 57 12
Octal 22 6 126 117 135 0 102 371 127 22
Binary 10010 110 1010110 1001111 1011101 0 1000010 11111001 1010111 10010

Color Harmonies of #120656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120656

Black with #120656

Text Example


Text Example

White with #120656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120656; }

 p { color: rgb(18,6,86); }

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

background-color css

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

 a { background-color: rgb(18,6,86); }

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

border-color css

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

 span { border-color: rgb(18,6,86); }

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