#140663

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

Shades of Midnight Blue #140663

Tints of Midnight Blue #140663

Color information

#140663 (or 0x140663) is unknown color: approx Midnight Blue. HEX triplet: 14, 06 and 63. RGB value is (20,6,99). Sum of RGB (Red+Green+Blue) = 20+6+99=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #140663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140663 is #EBF99C. Grayscale: #141414. Windows color (decimal): -15464861 or 6489620. OLE color: 6489620.

HSL color Cylindrical-coordinate representation of color #140663: hue angle of 249.03º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140663 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB20699-
CMYK0.800.9400.61
HSL249.03º88.57%20.59%-
HSV(B)249.03º93.94%38.82%-
XYZ2.611.1811.89-
YUV20.79172.14127.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=16%
G=4.8%
B=79.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal206990.800.9400.61249.0388.5720.59
Hex14663505E03Df95915
Octal24614312013607537113125
Binary10100110110001110100001011110011110111111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140663; }

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

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

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

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

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

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

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

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