#1A314B

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

Shades of Midnight #1A314B

Tints of Midnight #1A314B

Color information

#1A314B (or 0x1A314B) is unknown color: approx Midnight. HEX triplet: 1A, 31 and 4B. RGB value is (26,49,75). Sum of RGB (Red+Green+Blue) = 26+49+75=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A314B is #E5CEB4. Grayscale: #2C2C2C. Windows color (decimal): -15060661 or 4927770. OLE color: 4927770.

HSL color Cylindrical-coordinate representation of color #1A314B: hue angle of 211.84º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A314B is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB264975-
CMYK0.650.3500.71
HSL211.84º48.51%19.8%-
HSV(B)211.84º65.33%29.41%-
XYZ2.792.927.07-
YUV45.09144.88114.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 75 (29.69% from 255) = 50%
R=17.33%
G=32.67%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2649750.650.3500.71211.8448.5119.8
Hex1A314B4123047d43114
Octal32611131014301073246124
Binary1101011000110010111000001100011010001111101010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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