Html Css Color HEX #120856 Midnight Blue

📋 copy color: '#120856'

red 18 ◦ green 8 ◦ blue 86

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

Shades of Midnight Blue #120856

Tints of Midnight Blue #120856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 16.07%
G = 7.14%
B = 76.79%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120856 (or 0x120856) is known color: Midnight Blue. HEX triplet: 12, 08 and 56. RGB value is (18,8,86). Sum of RGB (Red+Green+Blue) = 18+8+86=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #120856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120856 is #EDF7A9. Grayscale: #131313. Windows color (decimal): -15595434 or 5638162. OLE color: 5638162.

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

Color convert

RGB 18 8 86 -
CMYK 0.79 0.91 0 0.66
HSL 247.69º 0.83% 0.18% -
HSV(B) 247.69º 0.91% 0.34% -
XYZ 2.02 0.97 8.89 -
YUV 19.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 18 8 86 0.79 0.91 0 0.66 247.69 0.83 0.18
Hex 12 8 56 4F 5B 0 42 F8 53 12
Octal 22 10 126 117 133 0 102 370 123 22
Binary 10010 1000 1010110 1001111 1011011 0 1000010 11111000 1010011 10010

Color Harmonies of #120856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120856

Black with #120856

Text Example


Text Example

White with #120856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120856; }

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

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

background-color css

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

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

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

border-color css

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

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

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