#1A085B

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

Shades of Midnight Blue #1A085B

Tints of Midnight Blue #1A085B

Color information

#1A085B (or 0x1A085B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 08 and 5B. RGB value is (26,8,91). Sum of RGB (Red+Green+Blue) = 26+8+91=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A085B is #E5F7A4. Grayscale: #161616. Windows color (decimal): -15071141 or 5965850. OLE color: 5965850.

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

Color convert

RGB26891-
CMYK0.710.9100.64
HSL253.01º83.84%19.41%-
HSV(B)253.01º91.21%35.69%-
XYZ2.41.159.99-
YUV22.84166.46130.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=20.8%
G=6.4%
B=72.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal268910.710.9100.64253.0183.8419.41
Hex1A85B475B040fd5413
Octal3210133107133010037512423
Binary1101010001011011100011110110110100000011111101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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