#1D0766

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

Shades of Midnight Blue #1D0766

Tints of Midnight Blue #1D0766

Color information

#1D0766 (or 0x1D0766) is unknown color: approx Midnight Blue. HEX triplet: 1D, 07 and 66. RGB value is (29,7,102). Sum of RGB (Red+Green+Blue) = 29+7+102=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D0766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0766 is #E2F899. Grayscale: #181818. Windows color (decimal): -14874778 or 6686493. OLE color: 6686493.

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

Color convert

RGB297102-
CMYK0.720.9300.6
HSL253.89º87.16%21.37%-
HSV(B)253.89º93.14%40%-
XYZ2.981.3712.68-
YUV24.41171.79131.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 102 (40.23% from 255) = 73.91%
R=21.01%
G=5.07%
B=73.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2971020.720.9300.6253.8987.1621.37
Hex1D766485D03Cfe5715
Octal35714611013507437612725
Binary11101111110011010010001011101011110011111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,102); }

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

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

 a { background-color: rgb(29,7,102); }

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

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

 span { border-color: rgb(29,7,102); }

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