#142984

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

Shades of Midnight Blue #142984

Tints of Midnight Blue #142984

Color information

#142984 (or 0x142984) is unknown color: approx Midnight Blue. HEX triplet: 14, 29 and 84. RGB value is (20,41,132). Sum of RGB (Red+Green+Blue) = 20+41+132=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #142984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142984 is #EBD67B. Grayscale: #2C2C2C. Windows color (decimal): -15455868 or 8661268. OLE color: 8661268.

HSL color Cylindrical-coordinate representation of color #142984: hue angle of 228.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142984 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2041132-
CMYK0.850.6900.48
HSL228.75º73.68%29.8%-
HSV(B)228.75º84.85%51.76%-
XYZ5.253.422.21-
YUV45.1177.04110.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=10.36%
G=21.24%
B=68.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20411320.850.6900.48228.7573.6829.8
Hex1429845545030e54a1e
Octal245120412510506034511236
Binary101001010011000010010101011000101011000011100101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142984; }

 p { color: rgb(20,41,132); }

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

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

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

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

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

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

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