#1a0772

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

Shades of Midnight Blue #1A0772

Tints of Midnight Blue #1A0772

Color information

#1A0772 (or 0x1A0772) is unknown color: approx Midnight Blue. HEX triplet: 1A, 07 and 72. RGB value is (26,7,114). Sum of RGB (Red+Green+Blue) = 26+7+114=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A0772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0772 is #E5F88D. Grayscale: #181818. Windows color (decimal): -15071374 or 7472922. OLE color: 7472922.

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

Color convert

RGB267114-
CMYK0.770.9400.55
HSL250.65º88.43%23.73%-
HSV(B)250.65º93.86%44.71%-
XYZ3.541.5916.04-
YUV24.88178.29128.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.69%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 114 (44.92% from 255) = 77.55%
R=17.69%
G=4.76%
B=77.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2671140.770.9400.55250.6588.4323.73
Hex1A7724D5E037fb5818
Octal32716211513606737313030
Binary11010111111001010011011011110011011111111011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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