#140668

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

Shades of Midnight Blue #140668

Tints of Midnight Blue #140668

Color information

#140668 (or 0x140668) is unknown color: approx Midnight Blue. HEX triplet: 14, 06 and 68. RGB value is (20,6,104). Sum of RGB (Red+Green+Blue) = 20+6+104=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #140668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140668 is #EBF997. Grayscale: #141414. Windows color (decimal): -15464856 or 6817300. OLE color: 6817300.

HSL color Cylindrical-coordinate representation of color #140668: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140668 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB206104-
CMYK0.810.9400.59
HSL248.57º89.09%21.57%-
HSV(B)248.57º94.23%40.78%-
XYZ2.851.2813.19-
YUV21.36174.64127.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 104 (41.02% from 255) = 80%
R=15.38%
G=4.62%
B=80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2061040.810.9400.59248.5789.0921.57
Hex14668515E03Bf95916
Octal24615012113607337113126
Binary10100110110100010100011011110011101111111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140668; }

 p { color: rgb(20,6,104); }

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

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

 a { background-color: rgb(20,6,104); }

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

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

 span { border-color: rgb(20,6,104); }

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