#141B79

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

Shades of Midnight Blue #141B79

Tints of Midnight Blue #141B79

Color information

#141B79 (or 0x141B79) is unknown color: approx Midnight Blue. HEX triplet: 14, 1B and 79. RGB value is (20,27,121). Sum of RGB (Red+Green+Blue) = 20+27+121=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #141B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B79 is #EBE486. Grayscale: #232323. Windows color (decimal): -15459463 or 7936788. OLE color: 7936788.

HSL color Cylindrical-coordinate representation of color #141B79: hue angle of 235.84º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141B79 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2027121-
CMYK0.830.7800.53
HSL235.84º71.63%27.65%-
HSV(B)235.84º83.47%47.45%-
XYZ4.132.3118.32-
YUV35.62176.18116.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 121 (47.66% from 255) = 72.02%
R=11.90%
G=16.07%
B=72.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20271210.830.7800.53235.8471.6327.65
Hex141B79534E035ec481c
Octal243317112311606535411034
Binary1010011011111100110100111001110011010111101100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141B79; }

 p { color: rgb(20,27,121); }

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

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

 a { background-color: rgb(20,27,121); }

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

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

 span { border-color: rgb(20,27,121); }

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