Html Css Color HEX #120C56 Midnight Blue

📋 copy color: '#120C56'

red 18 ◦ green 12 ◦ blue 86

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

Shades of Midnight Blue #120C56

Tints of Midnight Blue #120C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.34%

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

R = 15.52%
G = 10.34%
B = 74.14%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120C56 (or 0x120C56) is known color: Midnight Blue. HEX triplet: 12, 0C and 56. RGB value is (18,12,86). Sum of RGB (Red+Green+Blue) = 18+12+86=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #120C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C56 is #EDF3A9. Grayscale: #151515. Windows color (decimal): -15594410 or 5639186. OLE color: 5639186.

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

Color convert

RGB 18 12 86 -
CMYK 0.79 0.86 0 0.66
HSL 244.86º 0.76% 0.19% -
HSV(B) 244.86º 0.86% 0.34% -
XYZ 2.06 1.06 8.9 -
YUV 22.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 18 12 86 0.79 0.86 0 0.66 244.86 0.76 0.19
Hex 12 C 56 4F 56 0 42 F5 4C 13
Octal 22 14 126 117 126 0 102 365 114 23
Binary 10010 1100 1010110 1001111 1010110 0 1000010 11110101 1001100 10011

Color Harmonies of #120C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C56

Black with #120C56

Text Example


Text Example

White with #120C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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