#140157

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

Shades of Midnight Blue #140157

Tints of Midnight Blue #140157

Color information

#140157 (or 0x140157) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 57. RGB value is (20,1,87). Sum of RGB (Red+Green+Blue) = 20+1+87=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #140157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140157 is #EBFEA8. Grayscale: #101010. Windows color (decimal): -15466153 or 5701908. OLE color: 5701908.

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

Color convert

RGB20187-
CMYK0.770.9900.66
HSL253.26º97.73%17.25%-
HSV(B)253.26º98.85%34.12%-
XYZ2.020.869.08-
YUV16.48167.79130.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 87 (34.38% from 255) = 80.56%
R=18.52%
G=0.93%
B=80.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal201870.770.9900.66253.2697.7317.25
Hex141574D63042fd6211
Octal241127115143010237514221
Binary1010011010111100110111000110100001011111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140157; }

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

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

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

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

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

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

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

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