#141178

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

Shades of Midnight Blue #141178

Tints of Midnight Blue #141178

Color information

#141178 (or 0x141178) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 78. RGB value is (20,17,120). Sum of RGB (Red+Green+Blue) = 20+17+120=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #141178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141178 is #EBEE87. Grayscale: #1D1D1D. Windows color (decimal): -15462024 or 7868692. OLE color: 7868692.

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

Color convert

RGB2017120-
CMYK0.830.8600.53
HSL241.75º75.18%26.86%-
HSV(B)241.75º85.83%47.06%-
XYZ3.881.9117.93-
YUV29.64178.99121.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 120 (47.27% from 255) = 76.43%
R=12.74%
G=10.83%
B=76.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20171200.830.8600.53241.7575.1826.86
Hex1411785356035f24b1b
Octal242117012312606536211333
Binary1010010001111100010100111010110011010111110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141178; }

 p { color: rgb(20,17,120); }

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

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

 a { background-color: rgb(20,17,120); }

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

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

 span { border-color: rgb(20,17,120); }

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