#140155

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

Shades of Midnight Blue #140155

Tints of Midnight Blue #140155

Color information

#140155 (or 0x140155) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 55. RGB value is (20,1,85). Sum of RGB (Red+Green+Blue) = 20+1+85=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #140155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140155 is #EBFEAA. Grayscale: #0F0F0F. Windows color (decimal): -15466155 or 5570836. OLE color: 5570836.

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

Color convert

RGB20185-
CMYK0.760.9900.67
HSL253.57º97.67%16.86%-
HSV(B)253.57º98.82%33.33%-
XYZ1.940.838.65-
YUV16.26166.79130.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=18.87%
G=0.94%
B=80.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal201850.760.9900.67253.5797.6716.86
Hex141554C63043fe6211
Octal241125114143010337614221
Binary1010011010101100110011000110100001111111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140155; }

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

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

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

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

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

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

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

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