#141357

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

Shades of Midnight Blue #141357

Tints of Midnight Blue #141357

Color information

#141357 (or 0x141357) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 57. RGB value is (20,19,87). Sum of RGB (Red+Green+Blue) = 20+19+87=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #141357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141357 is #EBECA8. Grayscale: #1A1A1A. Windows color (decimal): -15461545 or 5706516. OLE color: 5706516.

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

Color convert

RGB201987-
CMYK0.770.7800.66
HSL240.88º64.15%20.78%-
HSV(B)240.88º78.16%34.12%-
XYZ2.241.39.15-
YUV27.05161.83122.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 87 (34.38% from 255) = 69.05%
R=15.87%
G=15.08%
B=69.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2019870.770.7800.66240.8864.1520.78
Hex1413574D4E042f14015
Octal2423127115116010236110025
Binary10100100111010111100110110011100100001011110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141357; }

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

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

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

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

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

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

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

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