#140A56

Color #140A56 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #140A56

Tints of Midnight Blue #140A56

Color information

#140A56 (or 0x140A56) is unknown color: approx Midnight Blue. HEX triplet: 14, 0A and 56. RGB value is (20,10,86). Sum of RGB (Red+Green+Blue) = 20+10+86=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 10 (4.30% from 255 or 8.62% 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 #140A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140A56 is #EBF5A9. Grayscale: #151515. Windows color (decimal): -15463850 or 5638676. OLE color: 5638676.

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

Color convert

RGB201086-
CMYK0.770.8800.66
HSL247.89º79.17%18.82%-
HSV(B)247.89º88.37%33.73%-
XYZ2.081.048.89-
YUV21.65164.31126.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 10 (4.30% from 255) = 8.62%
BLUE value IS 86 (33.98% from 255) = 74.14%
R=17.24%
G=8.62%
B=74.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2010860.770.8800.66247.8979.1718.82
Hex14A564D58042f84f13
Octal2412126115130010237011723
Binary1010010101010110100110110110000100001011111000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A56; }

 p { color: rgb(20,10,86); }

 H1.HeaderClassName
 {
   color: #140A56;
 }
 .AnyTagClassName
 {
   color: #140A56;
 }
</style>
background-color css

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

 a { background-color: rgb(20,10,86); }

 div.DivClassName
 {
   background-color: #140A56;
 }
 .BgClassName
 {
   background-color: #140A56;
 }
</style>
border-color css

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

 span { border-color: rgb(20,10,86); }

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