#141061

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

Shades of Midnight Blue #141061

Tints of Midnight Blue #141061

Color information

#141061 (or 0x141061) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 61. RGB value is (20,16,97). Sum of RGB (Red+Green+Blue) = 20+16+97=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #141061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141061 is #EBEF9E. Grayscale: #1A1A1A. Windows color (decimal): -15462303 or 6361108. OLE color: 6361108.

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

Color convert

RGB201697-
CMYK0.790.8400.62
HSL242.96º71.68%22.16%-
HSV(B)242.96º83.51%38.04%-
XYZ2.631.3811.44-
YUV26.43167.83123.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=15.04%
G=12.03%
B=72.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2016970.790.8400.62242.9671.6822.16
Hex1410614F5403Ef34816
Octal242014111712407636311026
Binary1010010000110000110011111010100011111011110011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141061; }

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

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

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

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

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

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

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

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