#1A314D

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

Shades of Midnight #1A314D

Tints of Midnight #1A314D

Color information

#1A314D (or 0x1A314D) is unknown color: approx Midnight. HEX triplet: 1A, 31 and 4D. RGB value is (26,49,77). Sum of RGB (Red+Green+Blue) = 26+49+77=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A314D is #E5CEB2. Grayscale: #2D2D2D. Windows color (decimal): -15060659 or 5058842. OLE color: 5058842.

HSL color Cylindrical-coordinate representation of color #1A314D: hue angle of 212.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A314D is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB264977-
CMYK0.660.3600.70
HSL212.94º49.51%20.2%-
HSV(B)212.94º66.23%30.2%-
XYZ2.862.957.44-
YUV45.32145.88114.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=17.11%
G=32.24%
B=50.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2649770.660.3600.70212.9449.5120.2
Hex1A314D4224046d53214
Octal32611151024401063256224
Binary1101011000110011011000010100100010001101101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A314D; }

 p { color: rgb(26,49,77); }

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

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

 a { background-color: rgb(26,49,77); }

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

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

 span { border-color: rgb(26,49,77); }

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