#140061

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

Shades of Midnight Blue #140061

Tints of Midnight Blue #140061

Color information

#140061 (or 0x140061) is unknown color: approx Midnight Blue. HEX triplet: 14, 00 and 61. RGB value is (20,0,97). Sum of RGB (Red+Green+Blue) = 20+0+97=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #140061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140061 is #EBFF9E. Grayscale: #101010. Windows color (decimal): -15466399 or 6357012. OLE color: 6357012.

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

Color convert

RGB20097-
CMYK0.79100.62
HSL252.37º100%19.02%-
HSV(B)252.37º100%38.04%-
XYZ2.451.0111.38-
YUV17.04173.13130.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 82.91%
R=17.09%
G=0%
B=82.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal200970.79100.62252.3710019.02
Hex140614F6403Efc6413
Octal24014111714407637414423
Binary101000110000110011111100100011111011111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140061; }

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

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

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

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

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

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

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

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