#1A314C

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

Shades of Midnight #1A314C

Tints of Midnight #1A314C

Color information

#1A314C (or 0x1A314C) is unknown color: approx Midnight. HEX triplet: 1A, 31 and 4C. RGB value is (26,49,76). Sum of RGB (Red+Green+Blue) = 26+49+76=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A314C is #E5CEB3. Grayscale: #2D2D2D. Windows color (decimal): -15060660 or 4993306. OLE color: 4993306.

HSL color Cylindrical-coordinate representation of color #1A314C: hue angle of 212.4º degrees, saturation: 0.49, 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 #1A314C is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB264976-
CMYK0.660.3600.70
HSL212.4º49.02%20%-
HSV(B)212.4º65.79%29.8%-
XYZ2.832.947.26-
YUV45.2145.38114.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=17.22%
G=32.45%
B=50.33%

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
Decimal2649760.660.3600.70212.449.0220
Hex1A314C4224046d43114
Octal32611141024401063246124
Binary1101011000110011001000010100100010001101101010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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