#140553

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

Shades of Midnight Blue #140553

Tints of Midnight Blue #140553

Color information

#140553 (or 0x140553) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 53. RGB value is (20,5,83). Sum of RGB (Red+Green+Blue) = 20+5+83=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #140553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140553 is #EBFAAC. Grayscale: #121212. Windows color (decimal): -15465133 or 5440788. OLE color: 5440788.

HSL color Cylindrical-coordinate representation of color #140553: hue angle of 251.54º 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 #140553 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB20583-
CMYK0.760.9400.67
HSL251.54º88.64%17.25%-
HSV(B)251.54º93.98%32.55%-
XYZ1.90.888.25-
YUV18.38164.47129.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 83 (32.81% from 255) = 76.85%
R=18.52%
G=4.63%
B=76.85%

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
Decimal205830.760.9400.67251.5488.6417.25
Hex145534C5E043fc5911
Octal245123114136010337413121
Binary101001011010011100110010111100100001111111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140553; }

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

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

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

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

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

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

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

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