#1A0472

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

Shades of Midnight Blue #1A0472

Tints of Midnight Blue #1A0472

Color information

#1A0472 (or 0x1A0472) is unknown color: approx Midnight Blue. HEX triplet: 1A, 04 and 72. RGB value is (26,4,114). Sum of RGB (Red+Green+Blue) = 26+4+114=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0472 is #E5FB8D. Grayscale: #161616. Windows color (decimal): -15072142 or 7472154. OLE color: 7472154.

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

Color convert

RGB264114-
CMYK0.770.9600.55
HSL252º93.22%23.14%-
HSV(B)252º96.49%44.71%-
XYZ3.511.5216.03-
YUV23.12179.29130.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.06%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=18.06%
G=2.78%
B=79.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2641140.770.9600.5525293.2223.14
Hex1A4724D60037fc5d17
Octal32416211514006737413527
Binary11010100111001010011011100000011011111111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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