#1A2B79

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

Shades of Midnight Blue #1A2B79

Tints of Midnight Blue #1A2B79

Color information

#1A2B79 (or 0x1A2B79) is unknown color: approx Midnight Blue. HEX triplet: 1A, 2B and 79. RGB value is (26,43,121). Sum of RGB (Red+Green+Blue) = 26+43+121=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A2B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B79 is #E5D486. Grayscale: #2E2E2E. Windows color (decimal): -15062151 or 7940890. OLE color: 7940890.

HSL color Cylindrical-coordinate representation of color #1A2B79: hue angle of 229.26º 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 #1A2B79 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2643121-
CMYK0.790.6400.53
HSL229.26º64.63%28.82%-
HSV(B)229.26º78.51%47.45%-
XYZ4.743.3318.48-
YUV46.81169.87113.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 121 (47.66% from 255) = 63.68%
R=13.68%
G=22.63%
B=63.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26431210.790.6400.53229.2664.6328.82
Hex1A2B794F40035e5411d
Octal325317111710006534510135
Binary11010101011111100110011111000000011010111100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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