#141161

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

Shades of Midnight Blue #141161

Tints of Midnight Blue #141161

Color information

#141161 (or 0x141161) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 61. RGB value is (20,17,97). Sum of RGB (Red+Green+Blue) = 20+17+97=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #141161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141161 is #EBEE9E. Grayscale: #1A1A1A. Windows color (decimal): -15462047 or 6361364. OLE color: 6361364.

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

Color convert

RGB201797-
CMYK0.790.8200.62
HSL242.25º70.18%22.35%-
HSV(B)242.25º82.47%38.04%-
XYZ2.651.4111.44-
YUV27.02167.49123-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=14.93%
G=12.69%
B=72.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2017970.790.8200.62242.2570.1822.35
Hex1411614F5203Ef24616
Octal242114111712207636210626
Binary1010010001110000110011111010010011111011110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141161; }

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

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

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

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

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

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

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

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