#1A2079

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

Shades of Midnight Blue #1A2079

Tints of Midnight Blue #1A2079

Color information

#1A2079 (or 0x1A2079) is unknown color: approx Midnight Blue. HEX triplet: 1A, 20 and 79. RGB value is (26,32,121). Sum of RGB (Red+Green+Blue) = 26+32+121=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A2079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2079 is #E5DF86. Grayscale: #272727. Windows color (decimal): -15064967 or 7938074. OLE color: 7938074.

HSL color Cylindrical-coordinate representation of color #1A2079: hue angle of 236.21º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A2079 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2632121-
CMYK0.790.7400.53
HSL236.21º64.63%28.82%-
HSV(B)236.21º78.51%47.45%-
XYZ4.392.6318.37-
YUV40.35173.51117.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.53%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 121 (47.66% from 255) = 67.60%
R=14.53%
G=17.88%
B=67.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26321210.790.7400.53236.2164.6328.82
Hex1A20794F4A035ec411d
Octal324017111711206535410135
Binary11010100000111100110011111001010011010111101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,32,121); }

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

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

 a { background-color: rgb(26,32,121); }

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

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

 span { border-color: rgb(26,32,121); }

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