Html Css Color HEX #120556 Midnight Blue

📋 copy color: '#120556'

red 18 ◦ green 5 ◦ blue 86

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

Shades of Midnight Blue #120556

Tints of Midnight Blue #120556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

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

R = 16.51%
G = 4.59%
B = 78.9%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120556 (or 0x120556) is known color: Midnight Blue. HEX triplet: 12, 05 and 56. RGB value is (18,5,86). Sum of RGB (Red+Green+Blue) = 18+5+86=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #120556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120556 is #EDFAA9. Grayscale: #111111. Windows color (decimal): -15596202 or 5637394. OLE color: 5637394.

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

Color convert

RGB 18 5 86 -
CMYK 0.79 0.94 0 0.66
HSL 249.63º 0.89% 0.18% -
HSV(B) 249.63º 0.94% 0.34% -
XYZ 1.98 0.91 8.88 -
YUV 18.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 18 5 86 0.79 0.94 0 0.66 249.63 0.89 0.18
Hex 12 5 56 4F 5E 0 42 FA 59 12
Octal 22 5 126 117 136 0 102 372 131 22
Binary 10010 101 1010110 1001111 1011110 0 1000010 11111010 1011001 10010

Color Harmonies of #120556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120556

Black with #120556

Text Example


Text Example

White with #120556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120556; }

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

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

background-color css

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

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

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

border-color css

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

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

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