#1A0764

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

Shades of Midnight Blue #1A0764

Tints of Midnight Blue #1A0764

Color information

#1A0764 (or 0x1A0764) is unknown color: approx Midnight Blue. HEX triplet: 1A, 07 and 64. RGB value is (26,7,100). Sum of RGB (Red+Green+Blue) = 26+7+100=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #1A0764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0764 is #E5F89B. Grayscale: #161616. Windows color (decimal): -15071388 or 6555418. OLE color: 6555418.

HSL color Cylindrical-coordinate representation of color #1A0764: hue angle of 252.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0764 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB267100-
CMYK0.740.9300.61
HSL252.26º86.92%20.98%-
HSV(B)252.26º93%39.22%-
XYZ2.81.2912.16-
YUV23.28171.29129.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 100 (39.45% from 255) = 75.19%
R=19.55%
G=5.26%
B=75.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2671000.740.9300.61252.2686.9220.98
Hex1A7644A5D03Dfc5715
Octal32714411213507537412725
Binary11010111110010010010101011101011110111111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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