#1A1B78

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

Shades of Midnight Blue #1A1B78

Tints of Midnight Blue #1A1B78

Color information

#1A1B78 (or 0x1A1B78) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1B and 78. RGB value is (26,27,120). Sum of RGB (Red+Green+Blue) = 26+27+120=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A1B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1B78 is #E5E487. Grayscale: #242424. Windows color (decimal): -15066248 or 7871258. OLE color: 7871258.

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

Color convert

RGB2627120-
CMYK0.780.7800.53
HSL239.36º64.38%28.63%-
HSV(B)239.36º78.33%47.06%-
XYZ4.212.3618-
YUV37.3174.67119.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 120 (47.27% from 255) = 69.36%
R=15.03%
G=15.61%
B=69.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26271200.780.7800.53239.3664.3828.63
Hex1A1B784E4E035ef401d
Octal323317011611606535710035
Binary1101011011111100010011101001110011010111101111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,27,120); }

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

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

 a { background-color: rgb(26,27,120); }

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

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

 span { border-color: rgb(26,27,120); }

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