#141757

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

Shades of Midnight Blue #141757

Tints of Midnight Blue #141757

Color information

#141757 (or 0x141757) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 57. RGB value is (20,23,87). Sum of RGB (Red+Green+Blue) = 20+23+87=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #141757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141757 is #EBE8A8. Grayscale: #1D1D1D. Windows color (decimal): -15460521 or 5707540. OLE color: 5707540.

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

Color convert

RGB202387-
CMYK0.770.7400.66
HSL237.31º62.62%20.98%-
HSV(B)237.31º77.01%34.12%-
XYZ2.321.459.17-
YUV29.4160.51121.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 87 (34.38% from 255) = 66.92%
R=15.38%
G=17.69%
B=66.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2023870.770.7400.66237.3162.6220.98
Hex1417574D4A042ed3f15
Octal242712711511201023557725
Binary1010010111101011110011011001010010000101110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141757; }

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

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

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

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

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

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

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

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