#140F55

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

Shades of Midnight Blue #140F55

Tints of Midnight Blue #140F55

Color information

#140F55 (or 0x140F55) is unknown color: approx Midnight Blue. HEX triplet: 14, 0F and 55. RGB value is (20,15,85). Sum of RGB (Red+Green+Blue) = 20+15+85=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #140F55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F55 is #EBF0AA. Grayscale: #181818. Windows color (decimal): -15462571 or 5574420. OLE color: 5574420.

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

Color convert

RGB201585-
CMYK0.760.8200.67
HSL244.29º70%19.61%-
HSV(B)244.29º82.35%33.33%-
XYZ2.11.158.7-
YUV24.48162.16124.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 85 (33.59% from 255) = 70.83%
R=16.67%
G=12.5%
B=70.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2015850.760.8200.67244.297019.61
Hex14F554C52043f44614
Octal2417125114122010336410624
Binary1010011111010101100110010100100100001111110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F55; }

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

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

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

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

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

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

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

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