#140055

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

Shades of Midnight Blue #140055

Tints of Midnight Blue #140055

Color information

#140055 (or 0x140055) is unknown color: approx Midnight Blue. HEX triplet: 14, 00 and 55. RGB value is (20,0,85). Sum of RGB (Red+Green+Blue) = 20+0+85=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #140055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140055 is #EBFFAA. Grayscale: #0F0F0F. Windows color (decimal): -15466411 or 5570580. OLE color: 5570580.

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

Color convert

RGB20085-
CMYK0.76100.67
HSL254.12º100%16.67%-
HSV(B)254.12º100%33.33%-
XYZ1.930.88.65-
YUV15.67167.13131.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 80.95%
R=19.05%
G=0%
B=80.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal200850.76100.67254.1210016.67
Hex140554C64043fe6411
Octal240125114144010337614421
Binary1010001010101100110011001000100001111111110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140055; }

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

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

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

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

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

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

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

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