#141657

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

Shades of Midnight Blue #141657

Tints of Midnight Blue #141657

Color information

#141657 (or 0x141657) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 57. RGB value is (20,22,87). Sum of RGB (Red+Green+Blue) = 20+22+87=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #141657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141657 is #EBE9A8. Grayscale: #1C1C1C. Windows color (decimal): -15460777 or 5707284. OLE color: 5707284.

HSL color Cylindrical-coordinate representation of color #141657: hue angle of 238.21º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141657 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB202287-
CMYK0.770.7500.66
HSL238.21º62.62%20.98%-
HSV(B)238.21º77.01%34.12%-
XYZ2.31.419.17-
YUV28.81160.84121.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 87 (34.38% from 255) = 67.44%
R=15.50%
G=17.05%
B=67.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2022870.770.7500.66238.2162.6220.98
Hex1416574D4B042ee3f15
Octal242612711511301023567725
Binary1010010110101011110011011001011010000101110111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141657; }

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

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

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

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

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

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

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

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