#1A0066

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

Shades of Midnight Blue #1A0066

Tints of Midnight Blue #1A0066

Color information

#1A0066 (or 0x1A0066) is unknown color: approx Midnight Blue. HEX triplet: 1A, 00 and 66. RGB value is (26,0,102). Sum of RGB (Red+Green+Blue) = 26+0+102=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 102 (40.23% from 255 or 79.69% from 128); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0066 is #E5FF99. Grayscale: #131313. Windows color (decimal): -15073178 or 6684698. OLE color: 6684698.

HSL color Cylindrical-coordinate representation of color #1A0066: hue angle of 255.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0066 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB260102-
CMYK0.75100.6
HSL255.29º100%20%-
HSV(B)255.29º100%40%-
XYZ2.821.1812.65-
YUV19.4174.61132.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 79.69%
R=20.31%
G=0%
B=79.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2601020.75100.6255.2910020
Hex1A0664B6403Cff6414
Octal32014611314407437714424
Binary110100110011010010111100100011110011111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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