#141857

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

Shades of Midnight Blue #141857

Tints of Midnight Blue #141857

Color information

#141857 (or 0x141857) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 57. RGB value is (20,24,87). Sum of RGB (Red+Green+Blue) = 20+24+87=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #141857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141857 is #EBE7A8. Grayscale: #1D1D1D. Windows color (decimal): -15460265 or 5707796. OLE color: 5707796.

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

Color convert

RGB202487-
CMYK0.770.7200.66
HSL236.42º62.62%20.98%-
HSV(B)236.42º77.01%34.12%-
XYZ2.341.499.18-
YUV29.99160.17120.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 87 (34.38% from 255) = 66.41%
R=15.27%
G=18.32%
B=66.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2024870.770.7200.66236.4262.6220.98
Hex1418574D48042ec3f15
Octal243012711511001023547725
Binary1010011000101011110011011001000010000101110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141857; }

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

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

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

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

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

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

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

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