#141761

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

Shades of Midnight Blue #141761

Tints of Midnight Blue #141761

Color information

#141761 (or 0x141761) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 61. RGB value is (20,23,97). Sum of RGB (Red+Green+Blue) = 20+23+97=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #141761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141761 is #EBE89E. Grayscale: #1E1E1E. Windows color (decimal): -15460511 or 6362900. OLE color: 6362900.

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

Color convert

RGB202397-
CMYK0.790.7600.62
HSL237.66º65.81%22.94%-
HSV(B)237.66º79.38%38.04%-
XYZ2.751.6211.48-
YUV30.54165.51120.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=14.29%
G=16.43%
B=69.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2023970.790.7600.62237.6665.8122.94
Hex1417614F4C03Eee4217
Octal242714111711407635610227
Binary1010010111110000110011111001100011111011101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141761; }

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

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

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

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

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

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

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

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