#141661

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

Shades of Midnight Blue #141661

Tints of Midnight Blue #141661

Color information

#141661 (or 0x141661) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 61. RGB value is (20,22,97). Sum of RGB (Red+Green+Blue) = 20+22+97=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #141661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141661 is #EBE99E. Grayscale: #1D1D1D. Windows color (decimal): -15460767 or 6362644. OLE color: 6362644.

HSL color Cylindrical-coordinate representation of color #141661: hue angle of 238.44º 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 #141661 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB202297-
CMYK0.790.7700.62
HSL238.44º65.81%22.94%-
HSV(B)238.44º79.38%38.04%-
XYZ2.731.5911.47-
YUV29.95165.84120.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=14.39%
G=15.83%
B=69.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2022970.790.7700.62238.4465.8122.94
Hex1416614F4D03Eee4217
Octal242614111711507635610227
Binary1010010110110000110011111001101011111011101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141661; }

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

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

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

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

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

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

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

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