#141077

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

Shades of Midnight Blue #141077

Tints of Midnight Blue #141077

Color information

#141077 (or 0x141077) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 77. RGB value is (20,16,119). Sum of RGB (Red+Green+Blue) = 20+16+119=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #141077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141077 is #EBEF88. Grayscale: #1C1C1C. Windows color (decimal): -15462281 or 7802900. OLE color: 7802900.

HSL color Cylindrical-coordinate representation of color #141077: hue angle of 242.33º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141077 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2016119-
CMYK0.830.8700.53
HSL242.33º76.3%26.47%-
HSV(B)242.33º86.55%46.67%-
XYZ3.81.8517.61-
YUV28.94178.83121.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 119 (46.88% from 255) = 76.77%
R=12.90%
G=10.32%
B=76.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20161190.830.8700.53242.3376.326.47
Hex1410775357035f24c1a
Octal242016712312706536211432
Binary1010010000111011110100111010111011010111110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141077; }

 p { color: rgb(20,16,119); }

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

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

 a { background-color: rgb(20,16,119); }

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

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

 span { border-color: rgb(20,16,119); }

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