#1A0873

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

Shades of Midnight Blue #1A0873

Tints of Midnight Blue #1A0873

Color information

#1A0873 (or 0x1A0873) is unknown color: approx Midnight Blue. HEX triplet: 1A, 08 and 73. RGB value is (26,8,115). Sum of RGB (Red+Green+Blue) = 26+8+115=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A0873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0873 is #E5F78C. Grayscale: #191919. Windows color (decimal): -15071117 or 7538714. OLE color: 7538714.

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

Color convert

RGB268115-
CMYK0.770.9300.55
HSL250.09º86.99%24.12%-
HSV(B)250.09º93.04%45.1%-
XYZ3.611.6316.34-
YUV25.58178.46128.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.45%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 115 (45.31% from 255) = 77.18%
R=17.45%
G=5.37%
B=77.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2681150.770.9300.55250.0986.9924.12
Hex1A8734D5D037fa5718
Octal321016311513506737212730
Binary110101000111001110011011011101011011111111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,8,115); }

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

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

 a { background-color: rgb(26,8,115); }

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

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

 span { border-color: rgb(26,8,115); }

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