#142A82

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

Shades of Midnight Blue #142A82

Tints of Midnight Blue #142A82

Color information

#142A82 (or 0x142A82) is unknown color: approx Midnight Blue. HEX triplet: 14, 2A and 82. RGB value is (20,42,130). Sum of RGB (Red+Green+Blue) = 20+42+130=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #142A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A82 is #EBD57D. Grayscale: #2D2D2D. Windows color (decimal): -15455614 or 8530452. OLE color: 8530452.

HSL color Cylindrical-coordinate representation of color #142A82: hue angle of 228º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142A82 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2042130-
CMYK0.850.6800.49
HSL228º73.33%29.41%-
HSV(B)228º84.62%50.98%-
XYZ5.153.4221.51-
YUV45.45175.71109.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=10.42%
G=21.88%
B=67.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20421300.850.6800.4922873.3329.41
Hex142A825544031e4491d
Octal245220212510406134411135
Binary101001010101000001010101011000100011000111100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142A82; }

 p { color: rgb(20,42,130); }

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

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

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

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

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

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

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