#140361

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

Shades of Midnight Blue #140361

Tints of Midnight Blue #140361

Color information

#140361 (or 0x140361) is unknown color: approx Midnight Blue. HEX triplet: 14, 03 and 61. RGB value is (20,3,97). Sum of RGB (Red+Green+Blue) = 20+3+97=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #140361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140361 is #EBFC9E. Grayscale: #121212. Windows color (decimal): -15465631 or 6357780. OLE color: 6357780.

HSL color Cylindrical-coordinate representation of color #140361: hue angle of 250.85º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140361 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB20397-
CMYK0.790.9700.62
HSL250.85º94%19.61%-
HSV(B)250.85º96.91%38.04%-
XYZ2.481.0811.39-
YUV18.8172.13128.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 97 (38.28% from 255) = 80.83%
R=16.67%
G=2.5%
B=80.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal203970.790.9700.62250.859419.61
Hex143614F6103Efb5e14
Octal24314111714107637313624
Binary1010011110000110011111100001011111011111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140361; }

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

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

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

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

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

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

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

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