#141A5B

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

Shades of Midnight Blue #141A5B

Tints of Midnight Blue #141A5B

Color information

#141A5B (or 0x141A5B) is unknown color: approx Midnight Blue. HEX triplet: 14, 1A and 5B. RGB value is (20,26,91). Sum of RGB (Red+Green+Blue) = 20+26+91=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #141A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A5B is #EBE5A4. Grayscale: #1F1F1F. Windows color (decimal): -15459749 or 5970452. OLE color: 5970452.

HSL color Cylindrical-coordinate representation of color #141A5B: hue angle of 234.93º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141A5B is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB202691-
CMYK0.780.7100.64
HSL234.93º63.96%21.76%-
HSV(B)234.93º78.02%35.69%-
XYZ2.551.6410.08-
YUV31.62161.51119.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=14.60%
G=18.98%
B=66.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2026910.780.7100.64234.9363.9621.76
Hex141A5B4E47040eb4016
Octal2432133116107010035310026
Binary10100110101011011100111010001110100000011101011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,91); }

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

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

 a { background-color: rgb(20,26,91); }

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

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

 span { border-color: rgb(20,26,91); }

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