Html Css Color HEX #120056 Midnight Blue

📋 copy color: '#120056'

red 18 ◦ green 0 ◦ blue 86

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

Shades of Midnight Blue #120056

Tints of Midnight Blue #120056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.31%
G = 0%
B = 82.69%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120056 (or 0x120056) is known color: Midnight Blue. HEX triplet: 12, 00 and 56. RGB value is (18,0,86). Sum of RGB (Red+Green+Blue) = 18+0+86=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 86 (33.98% from 255 or 82.69% from 104); Max value from RGB is 86 - color contains mainly: blue. Hex color #120056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120056 is #EDFFA9. Grayscale: #0E0E0E. Windows color (decimal): -15597482 or 5636114. OLE color: 5636114.

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

Color convert

RGB 18 0 86 -
CMYK 0.79 1 0 0.66
HSL 252.56º 1% 0.17% -
HSV(B) 252.56º 1% 0.34% -
XYZ 1.93 0.8 8.86 -
YUV 15.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 18 0 86 0.79 1 0 0.66 252.56 1 0.17
Hex 12 0 56 4F 64 0 42 FD 64 11
Octal 22 0 126 117 144 0 102 375 144 21
Binary 10010 0 1010110 1001111 1100100 0 1000010 11111101 1100100 10001

Color Harmonies of #120056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120056

Black with #120056

Text Example


Text Example

White with #120056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120056; }

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

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

background-color css

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

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

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

border-color css

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

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

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