#140869

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

Shades of Midnight Blue #140869

Tints of Midnight Blue #140869

Color information

#140869 (or 0x140869) is unknown color: approx Midnight Blue. HEX triplet: 14, 08 and 69. RGB value is (20,8,105). Sum of RGB (Red+Green+Blue) = 20+8+105=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #140869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140869 is #EBF796. Grayscale: #161616. Windows color (decimal): -15464343 or 6883348. OLE color: 6883348.

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

Color convert

RGB208105-
CMYK0.810.9200.59
HSL247.42º85.84%22.16%-
HSV(B)247.42º92.38%41.18%-
XYZ2.931.3413.47-
YUV22.65174.48126.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 105 (41.41% from 255) = 78.95%
R=15.04%
G=6.02%
B=78.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2081050.810.9200.59247.4285.8422.16
Hex14869515C03Bf75616
Octal241015112113407336712626
Binary101001000110100110100011011100011101111110111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140869; }

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

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

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

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

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

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

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

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