#1A0460

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

Shades of Midnight Blue #1A0460

Tints of Midnight Blue #1A0460

Color information

#1A0460 (or 0x1A0460) is unknown color: approx Midnight Blue. HEX triplet: 1A, 04 and 60. RGB value is (26,4,96). Sum of RGB (Red+Green+Blue) = 26+4+96=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A0460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0460 is #E5FB9F. Grayscale: #141414. Windows color (decimal): -15072160 or 6292506. OLE color: 6292506.

HSL color Cylindrical-coordinate representation of color #1A0460: hue angle of 254.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0460 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB26496-
CMYK0.730.9600.62
HSL254.35º92%19.61%-
HSV(B)254.35º95.83%37.65%-
XYZ2.581.1511.15-
YUV21.07170.29131.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.63%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=20.63%
G=3.17%
B=76.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal264960.730.9600.62254.359219.61
Hex1A460496003Efe5c14
Octal32414011114007637613424
Binary11010100110000010010011100000011111011111110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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