Html Css Color HEX #120956 Midnight Blue

📋 copy color: '#120956'

red 18 ◦ green 9 ◦ blue 86

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

Shades of Midnight Blue #120956

Tints of Midnight Blue #120956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

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

R = 15.93%
G = 7.96%
B = 76.11%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120956 (or 0x120956) is known color: Midnight Blue. HEX triplet: 12, 09 and 56. RGB value is (18,9,86). Sum of RGB (Red+Green+Blue) = 18+9+86=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #120956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120956 is #EDF6A9. Grayscale: #141414. Windows color (decimal): -15595178 or 5638418. OLE color: 5638418.

HSL color Cylindrical-coordinate representation of color #120956: hue angle of 247.01º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120956 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 9 86 -
CMYK 0.79 0.90 0 0.66
HSL 247.01º 0.81% 0.19% -
HSV(B) 247.01º 0.9% 0.34% -
XYZ 2.03 1 8.89 -
YUV 20.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 18 9 86 0.79 0.90 0 0.66 247.01 0.81 0.19
Hex 12 9 56 4F 5A 0 42 F7 51 13
Octal 22 11 126 117 132 0 102 367 121 23
Binary 10010 1001 1010110 1001111 1011010 0 1000010 11110111 1010001 10011

Color Harmonies of #120956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120956

Black with #120956

Text Example


Text Example

White with #120956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120956; }

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

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

background-color css

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

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

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

border-color css

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

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

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