#1A0470

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

Shades of Midnight Blue #1A0470

Tints of Midnight Blue #1A0470

Color information

#1A0470 (or 0x1A0470) is unknown color: approx Midnight Blue. HEX triplet: 1A, 04 and 70. RGB value is (26,4,112). Sum of RGB (Red+Green+Blue) = 26+4+112=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0470 is #E5FB8F. Grayscale: #161616. Windows color (decimal): -15072144 or 7341082. OLE color: 7341082.

HSL color Cylindrical-coordinate representation of color #1A0470: hue angle of 252.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0470 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB264112-
CMYK0.770.9600.56
HSL252.22º93.1%22.75%-
HSV(B)252.22º96.43%43.92%-
XYZ3.391.4815.44-
YUV22.89178.29130.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 112 (44.14% from 255) = 78.87%
R=18.31%
G=2.82%
B=78.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2641120.770.9600.56252.2293.122.75
Hex1A4704D60038fc5d17
Octal32416011514007037413527
Binary11010100111000010011011100000011100011111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,4,112); }

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

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

 a { background-color: rgb(26,4,112); }

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

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

 span { border-color: rgb(26,4,112); }

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