#141480

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

Shades of Midnight Blue #141480

Tints of Midnight Blue #141480

Color information

#141480 (or 0x141480) is unknown color: approx Midnight Blue. HEX triplet: 14, 14 and 80. RGB value is (20,20,128). Sum of RGB (Red+Green+Blue) = 20+20+128=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #141480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141480 is #EBEB7F. Grayscale: #1F1F1F. Windows color (decimal): -15461248 or 8393748. OLE color: 8393748.

HSL color Cylindrical-coordinate representation of color #141480: hue angle of 240º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141480 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2020128-
CMYK0.840.8400.50
HSL240º72.97%29.02%-
HSV(B)240º84.38%50.2%-
XYZ4.432.2120.61-
YUV32.31182119.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 128 (50.39% from 255) = 76.19%
R=11.90%
G=11.90%
B=76.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20201280.840.8400.5024072.9729.02
Hex1414805454032f0491d
Octal242420012412406236011135
Binary10100101001000000010101001010100011001011110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141480; }

 p { color: rgb(20,20,128); }

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

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

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

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

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

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

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