#142484

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

Shades of Midnight Blue #142484

Tints of Midnight Blue #142484

Color information

#142484 (or 0x142484) is unknown color: approx Midnight Blue. HEX triplet: 14, 24 and 84. RGB value is (20,36,132). Sum of RGB (Red+Green+Blue) = 20+36+132=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #142484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142484 is #EBDB7B. Grayscale: #292929. Windows color (decimal): -15457148 or 8659988. OLE color: 8659988.

HSL color Cylindrical-coordinate representation of color #142484: hue angle of 231.43º 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 #142484 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2036132-
CMYK0.850.7300.48
HSL231.43º73.68%29.8%-
HSV(B)231.43º84.85%51.76%-
XYZ5.083.0822.16-
YUV42.16178.7112.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 132 (51.95% from 255) = 70.21%
R=10.64%
G=19.15%
B=70.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20361320.850.7300.48231.4373.6829.8
Hex1424845549030e74a1e
Octal244420412511106034711236
Binary101001001001000010010101011001001011000011100111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142484; }

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

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

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

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

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

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

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

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