Html Css Color HEX #120156 Midnight Blue

📋 copy color: '#120156'

red 18 ◦ green 1 ◦ blue 86

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

Shades of Midnight Blue #120156

Tints of Midnight Blue #120156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 17.14%
G = 0.95%
B = 81.9%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120156 (or 0x120156) is known color: Midnight Blue. HEX triplet: 12, 01 and 56. RGB value is (18,1,86). Sum of RGB (Red+Green+Blue) = 18+1+86=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #120156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120156 is #EDFEA9. Grayscale: #0F0F0F. Windows color (decimal): -15597226 or 5636370. OLE color: 5636370.

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

Color convert

RGB 18 1 86 -
CMYK 0.79 0.99 0 0.66
HSL 252º 0.98% 0.17% -
HSV(B) 252º 0.99% 0.34% -
XYZ 1.94 0.82 8.86 -
YUV 15.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 18 1 86 0.79 0.99 0 0.66 252 0.98 0.17
Hex 12 1 56 4F 63 0 42 FC 62 11
Octal 22 1 126 117 143 0 102 374 142 21
Binary 10010 1 1010110 1001111 1100011 0 1000010 11111100 1100010 10001

Color Harmonies of #120156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120156

Black with #120156

Text Example


Text Example

White with #120156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120156; }

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

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

background-color css

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

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

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

border-color css

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

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

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