#140168

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

Shades of Midnight Blue #140168

Tints of Midnight Blue #140168

Color information

#140168 (or 0x140168) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 68. RGB value is (20,1,104). Sum of RGB (Red+Green+Blue) = 20+1+104=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #140168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140168 is #EBFE97. Grayscale: #121212. Windows color (decimal): -15466136 or 6816020. OLE color: 6816020.

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

Color convert

RGB201104-
CMYK0.810.9900.59
HSL251.07º98.1%20.59%-
HSV(B)251.07º99.04%40.78%-
XYZ2.81.1713.18-
YUV18.42176.29129.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 104 (41.02% from 255) = 83.2%
R=16%
G=0.8%
B=83.2%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2011040.810.9900.59251.0798.120.59
Hex14168516303Bfb6215
Octal24115012114307337314225
Binary101001110100010100011100011011101111111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140168; }

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

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

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

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

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

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

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

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