#1A0072

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

Shades of Midnight Blue #1A0072

Tints of Midnight Blue #1A0072

Color information

#1A0072 (or 0x1A0072) is unknown color: approx Midnight Blue. HEX triplet: 1A, 00 and 72. RGB value is (26,0,114). Sum of RGB (Red+Green+Blue) = 26+0+114=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0072 is #E5FF8D. Grayscale: #141414. Windows color (decimal): -15073166 or 7471130. OLE color: 7471130.

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

Color convert

RGB260114-
CMYK0.77100.55
HSL253.68º100%22.35%-
HSV(B)253.68º100%44.71%-
XYZ3.461.4316.01-
YUV20.77180.61131.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 81.43%
R=18.57%
G=0%
B=81.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2601140.77100.55253.6810022.35
Hex1A0724D64037fe6416
Octal32016211514406737614426
Binary110100111001010011011100100011011111111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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