#1A0778

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

Shades of Midnight Blue #1A0778

Tints of Midnight Blue #1A0778

Color information

#1A0778 (or 0x1A0778) is unknown color: approx Midnight Blue. HEX triplet: 1A, 07 and 78. RGB value is (26,7,120). Sum of RGB (Red+Green+Blue) = 26+7+120=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A0778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0778 is #E5F887. Grayscale: #191919. Windows color (decimal): -15071368 or 7866138. OLE color: 7866138.

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

Color convert

RGB267120-
CMYK0.780.9400.53
HSL250.09º88.98%24.9%-
HSV(B)250.09º94.17%47.06%-
XYZ3.891.7317.9-
YUV25.56181.29128.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 120 (47.27% from 255) = 78.43%
R=16.99%
G=4.58%
B=78.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2671200.780.9400.53250.0988.9824.9
Hex1A7784E5E035fa5919
Octal32717011613606537213131
Binary11010111111100010011101011110011010111111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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