#1A2C81

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

Shades of Midnight Blue #1A2C81

Tints of Midnight Blue #1A2C81

Color information

#1A2C81 (or 0x1A2C81) is unknown color: approx Midnight Blue. HEX triplet: 1A, 2C and 81. RGB value is (26,44,129). Sum of RGB (Red+Green+Blue) = 26+44+129=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A2C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2C81 is #E5D37E. Grayscale: #2F2F2F. Windows color (decimal): -15061887 or 8465434. OLE color: 8465434.

HSL color Cylindrical-coordinate representation of color #1A2C81: hue angle of 229.51º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A2C81 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2644129-
CMYK0.800.6600.49
HSL229.51º66.45%30.39%-
HSV(B)229.51º79.84%50.59%-
XYZ5.293.6121.19-
YUV48.31173.54112.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 129 (50.78% from 255) = 64.82%
R=13.07%
G=22.11%
B=64.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26441290.800.6600.49229.5166.4530.39
Hex1A2C815042031e6421e
Octal325420112010206134610236
Binary110101011001000000110100001000010011000111100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,44,129); }

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

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

 a { background-color: rgb(26,44,129); }

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

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

 span { border-color: rgb(26,44,129); }

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