#140A57

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

Shades of Midnight Blue #140A57

Tints of Midnight Blue #140A57

Color information

#140A57 (or 0x140A57) is unknown color: approx Midnight Blue. HEX triplet: 14, 0A and 57. RGB value is (20,10,87). Sum of RGB (Red+Green+Blue) = 20+10+87=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 87 (34.38% from 255 or 74.36% from 117); Max value from RGB is 87 - color contains mainly: blue. Hex color #140A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140A57 is #EBF5A8. Grayscale: #151515. Windows color (decimal): -15463849 or 5704212. OLE color: 5704212.

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

Color convert

RGB201087-
CMYK0.770.8900.66
HSL247.79º79.38%19.02%-
HSV(B)247.79º88.51%34.12%-
XYZ2.121.059.11-
YUV21.77164.81126.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 10 (4.30% from 255) = 8.55%
BLUE value IS 87 (34.38% from 255) = 74.36%
R=17.09%
G=8.55%
B=74.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2010870.770.8900.66247.7979.3819.02
Hex14A574D59042f84f13
Octal2412127115131010237011723
Binary1010010101010111100110110110010100001011111000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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