#1A0A60

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

Shades of Midnight Blue #1A0A60

Tints of Midnight Blue #1A0A60

Color information

#1A0A60 (or 0x1A0A60) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0A and 60. RGB value is (26,10,96). Sum of RGB (Red+Green+Blue) = 26+10+96=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A0A60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A60 is #E5F59F. Grayscale: #181818. Windows color (decimal): -15070624 or 6294042. OLE color: 6294042.

HSL color Cylindrical-coordinate representation of color #1A0A60: hue angle of 251.16º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0A60 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB261096-
CMYK0.730.9000.62
HSL251.16º81.13%20.78%-
HSV(B)251.16º89.58%37.65%-
XYZ2.651.2811.17-
YUV24.59168.3129.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=19.70%
G=7.58%
B=72.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2610960.730.9000.62251.1681.1320.78
Hex1AA60495A03Efb5115
Octal321214011113207637312125
Binary110101010110000010010011011010011111011111011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,10,96); }

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

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

 a { background-color: rgb(26,10,96); }

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

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

 span { border-color: rgb(26,10,96); }

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