#140369

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

Shades of Midnight Blue #140369

Tints of Midnight Blue #140369

Color information

#140369 (or 0x140369) is unknown color: approx Midnight Blue. HEX triplet: 14, 03 and 69. RGB value is (20,3,105). Sum of RGB (Red+Green+Blue) = 20+3+105=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #140369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140369 is #EBFC96. Grayscale: #131313. Windows color (decimal): -15465623 or 6882068. OLE color: 6882068.

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

Color convert

RGB203105-
CMYK0.810.9700.59
HSL250º94.44%21.18%-
HSV(B)250º97.14%41.18%-
XYZ2.871.2313.45-
YUV19.71176.13128.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 105 (41.41% from 255) = 82.03%
R=15.62%
G=2.34%
B=82.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2031050.810.9700.5925094.4421.18
Hex14369516103Bfa5e15
Octal24315112114107337213625
Binary1010011110100110100011100001011101111111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140369; }

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

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

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

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

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

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

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

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