#141276

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

Shades of Midnight Blue #141276

Tints of Midnight Blue #141276

Color information

#141276 (or 0x141276) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 76. RGB value is (20,18,118). Sum of RGB (Red+Green+Blue) = 20+18+118=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #141276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141276 is #EBED89. Grayscale: #1D1D1D. Windows color (decimal): -15461770 or 7737876. OLE color: 7737876.

HSL color Cylindrical-coordinate representation of color #141276: hue angle of 241.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141276 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2018118-
CMYK0.830.8500.54
HSL241.2º73.53%26.67%-
HSV(B)241.2º84.75%46.27%-
XYZ3.771.8917.31-
YUV30177.66120.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 118 (46.48% from 255) = 75.64%
R=12.82%
G=11.54%
B=75.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20181180.830.8500.54241.273.5326.67
Hex1412765355036f14a1b
Octal242216612312506636111233
Binary1010010010111011010100111010101011011011110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141276; }

 p { color: rgb(20,18,118); }

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

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

 a { background-color: rgb(20,18,118); }

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

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

 span { border-color: rgb(20,18,118); }

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