#1A0665

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

Shades of Midnight Blue #1A0665

Tints of Midnight Blue #1A0665

Color information

#1A0665 (or 0x1A0665) is unknown color: approx Midnight Blue. HEX triplet: 1A, 06 and 65. RGB value is (26,6,101). Sum of RGB (Red+Green+Blue) = 26+6+101=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A0665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0665 is #E5F99A. Grayscale: #161616. Windows color (decimal): -15071643 or 6620698. OLE color: 6620698.

HSL color Cylindrical-coordinate representation of color #1A0665: hue angle of 252.63º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0665 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB266101-
CMYK0.740.9400.60
HSL252.63º88.79%20.98%-
HSV(B)252.63º94.06%39.61%-
XYZ2.841.2912.41-
YUV22.81172.13130.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 101 (39.84% from 255) = 75.94%
R=19.55%
G=4.51%
B=75.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2661010.740.9400.60252.6388.7920.98
Hex1A6654A5E03Cfd5915
Octal32614511213607437513125
Binary11010110110010110010101011110011110011111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,6,101); }

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

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

 a { background-color: rgb(26,6,101); }

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

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

 span { border-color: rgb(26,6,101); }

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