#140569

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

Shades of Midnight Blue #140569

Tints of Midnight Blue #140569

Color information

#140569 (or 0x140569) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 69. RGB value is (20,5,105). Sum of RGB (Red+Green+Blue) = 20+5+105=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #140569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140569 is #EBFA96. Grayscale: #141414. Windows color (decimal): -15465111 or 6882580. OLE color: 6882580.

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

Color convert

RGB205105-
CMYK0.810.9500.59
HSL249º90.91%21.57%-
HSV(B)249º95.24%41.18%-
XYZ2.891.2813.46-
YUV20.88175.47127.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 105 (41.41% from 255) = 80.77%
R=15.38%
G=3.85%
B=80.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2051050.810.9500.5924990.9121.57
Hex14569515F03Bf95b16
Octal24515112113707337113326
Binary10100101110100110100011011111011101111111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140569; }

 p { color: rgb(20,5,105); }

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

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

 a { background-color: rgb(20,5,105); }

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

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

 span { border-color: rgb(20,5,105); }

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