#140554

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

Shades of Midnight Blue #140554

Tints of Midnight Blue #140554

Color information

#140554 (or 0x140554) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 54. RGB value is (20,5,84). Sum of RGB (Red+Green+Blue) = 20+5+84=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #140554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140554 is #EBFAAB. Grayscale: #121212. Windows color (decimal): -15465132 or 5506324. OLE color: 5506324.

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

Color convert

RGB20584-
CMYK0.760.9400.67
HSL251.39º88.76%17.45%-
HSV(B)251.39º94.05%32.94%-
XYZ1.940.98.46-
YUV18.49164.97129.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 84 (33.20% from 255) = 77.06%
R=18.35%
G=4.59%
B=77.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal205840.760.9400.67251.3988.7617.45
Hex145544C5E043fb5911
Octal245124114136010337313121
Binary101001011010100100110010111100100001111111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140554; }

 p { color: rgb(20,5,84); }

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

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

 a { background-color: rgb(20,5,84); }

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

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

 span { border-color: rgb(20,5,84); }

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