#140561

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

Shades of Midnight Blue #140561

Tints of Midnight Blue #140561

Color information

#140561 (or 0x140561) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 61. RGB value is (20,5,97). Sum of RGB (Red+Green+Blue) = 20+5+97=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #140561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140561 is #EBFA9E. Grayscale: #131313. Windows color (decimal): -15465119 or 6358292. OLE color: 6358292.

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

Color convert

RGB20597-
CMYK0.790.9500.62
HSL249.78º90.2%20%-
HSV(B)249.78º94.85%38.04%-
XYZ2.51.1211.39-
YUV19.97171.47128.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 97 (38.28% from 255) = 79.51%
R=16.39%
G=4.10%
B=79.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal205970.790.9500.62249.7890.220
Hex145614F5F03Efa5a14
Octal24514111713707637213224
Binary10100101110000110011111011111011111011111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140561; }

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

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

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

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

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

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

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

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