#1a2670

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

Shades of Midnight Blue #1A2670

Tints of Midnight Blue #1A2670

Color information

#1A2670 (or 0x1A2670) is unknown color: approx Midnight Blue. HEX triplet: 1A, 26 and 70. RGB value is (26,38,112). Sum of RGB (Red+Green+Blue) = 26+38+112=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2670 is #E5D98F. Grayscale: #2A2A2A. Windows color (decimal): -15063440 or 7349786. OLE color: 7349786.

HSL color Cylindrical-coordinate representation of color #1A2670: hue angle of 231.63º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A2670 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2638112-
CMYK0.770.6600.56
HSL231.63º62.32%27.06%-
HSV(B)231.63º76.79%43.92%-
XYZ4.042.7815.65-
YUV42.85167.02115.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=14.77%
G=21.59%
B=63.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26381120.770.6600.56231.6362.3227.06
Hex1A26704D42038e83e1b
Octal32461601151020703507633
Binary1101010011011100001001101100001001110001110100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,112); }

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

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

 a { background-color: rgb(26,38,112); }

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

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

 span { border-color: rgb(26,38,112); }

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