#1a0063

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

Shades of Midnight Blue #1A0063

Tints of Midnight Blue #1A0063

Color information

#1A0063 (or 0x1A0063) is unknown color: approx Midnight Blue. HEX triplet: 1A, 00 and 63. RGB value is (26,0,99). Sum of RGB (Red+Green+Blue) = 26+0+99=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A0063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0063 is #E5FF9C. Grayscale: #121212. Windows color (decimal): -15073181 or 6488090. OLE color: 6488090.

HSL color Cylindrical-coordinate representation of color #1A0063: hue angle of 255.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0063 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB26099-
CMYK0.74100.61
HSL255.76º100%19.41%-
HSV(B)255.76º100%38.82%-
XYZ2.681.1211.88-
YUV19.06173.11132.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=20.8%
G=0%
B=79.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal260990.74100.61255.7610019.41
Hex1A0634A6403D1006413
Octal32014311214407540014423
Binary1101001100011100101011001000111101100000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a0063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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