#142a84

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

Shades of Midnight Blue #142A84

Tints of Midnight Blue #142A84

Color information

#142A84 (or 0x142A84) is unknown color: approx Midnight Blue. HEX triplet: 14, 2A and 84. RGB value is (20,42,132). Sum of RGB (Red+Green+Blue) = 20+42+132=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #142A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A84 is #EBD57B. Grayscale: #2D2D2D. Windows color (decimal): -15455612 or 8661524. OLE color: 8661524.

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

Color convert

RGB2042132-
CMYK0.850.6800.48
HSL228.21º73.68%29.8%-
HSV(B)228.21º84.85%51.76%-
XYZ5.283.4722.22-
YUV45.68176.71109.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 132 (51.95% from 255) = 68.04%
R=10.31%
G=21.65%
B=68.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20421320.850.6800.48228.2173.6829.8
Hex142A845544030e44a1e
Octal245220412510406034411236
Binary101001010101000010010101011000100011000011100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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