#140875

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

Shades of Midnight Blue #140875

Tints of Midnight Blue #140875

Color information

#140875 (or 0x140875) is unknown color: approx Midnight Blue. HEX triplet: 14, 08 and 75. RGB value is (20,8,117). Sum of RGB (Red+Green+Blue) = 20+8+117=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #140875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140875 is #EBF78A. Grayscale: #171717. Windows color (decimal): -15464331 or 7669780. OLE color: 7669780.

HSL color Cylindrical-coordinate representation of color #140875: hue angle of 246.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140875 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB208117-
CMYK0.830.9300.54
HSL246.61º87.2%24.51%-
HSV(B)246.61º93.16%45.88%-
XYZ3.591.6116.95-
YUV24.01180.48125.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 117 (46.09% from 255) = 80.69%
R=13.79%
G=5.52%
B=80.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2081170.830.9300.54246.6187.224.51
Hex14875535D036f75719
Octal241016512313506636712731
Binary101001000111010110100111011101011011011110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140875; }

 p { color: rgb(20,8,117); }

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

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

 a { background-color: rgb(20,8,117); }

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

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

 span { border-color: rgb(20,8,117); }

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