#1A075B

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

Shades of Midnight Blue #1A075B

Tints of Midnight Blue #1A075B

Color information

#1A075B (or 0x1A075B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 07 and 5B. RGB value is (26,7,91). Sum of RGB (Red+Green+Blue) = 26+7+91=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A075B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A075B is #E5F8A4. Grayscale: #151515. Windows color (decimal): -15071397 or 5965594. OLE color: 5965594.

HSL color Cylindrical-coordinate representation of color #1A075B: hue angle of 253.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A075B is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26791-
CMYK0.710.9200.64
HSL253.57º85.71%19.22%-
HSV(B)253.57º92.31%35.69%-
XYZ2.391.139.99-
YUV22.26166.79130.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.97%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 91 (35.94% from 255) = 73.39%
R=20.97%
G=5.65%
B=73.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal267910.710.9200.64253.5785.7119.22
Hex1A75B475C040fe5613
Octal327133107134010037612623
Binary110101111011011100011110111000100000011111110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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