#140754

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

Shades of Midnight Blue #140754

Tints of Midnight Blue #140754

Color information

#140754 (or 0x140754) is unknown color: approx Midnight Blue. HEX triplet: 14, 07 and 54. RGB value is (20,7,84). Sum of RGB (Red+Green+Blue) = 20+7+84=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #140754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140754 is #EBF8AB. Grayscale: #131313. Windows color (decimal): -15464620 or 5506836. OLE color: 5506836.

HSL color Cylindrical-coordinate representation of color #140754: hue angle of 250.13º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140754 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB20784-
CMYK0.760.9200.67
HSL250.13º84.62%17.84%-
HSV(B)250.13º91.67%32.94%-
XYZ1.960.948.47-
YUV19.66164.31128.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 84 (33.20% from 255) = 75.68%
R=18.02%
G=6.31%
B=75.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal207840.760.9200.67250.1384.6217.84
Hex147544C5C043fa5512
Octal247124114134010337212522
Binary101001111010100100110010111000100001111111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140754; }

 p { color: rgb(20,7,84); }

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

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

 a { background-color: rgb(20,7,84); }

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

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

 span { border-color: rgb(20,7,84); }

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