#1D0760

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

Shades of Midnight Blue #1D0760

Tints of Midnight Blue #1D0760

Color information

#1D0760 (or 0x1D0760) is unknown color: approx Midnight Blue. HEX triplet: 1D, 07 and 60. RGB value is (29,7,96). Sum of RGB (Red+Green+Blue) = 29+7+96=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0760 is #E2F89F. Grayscale: #171717. Windows color (decimal): -14874784 or 6293277. OLE color: 6293277.

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

Color convert

RGB29796-
CMYK0.700.9300.62
HSL254.83º86.41%20.2%-
HSV(B)254.83º92.71%37.65%-
XYZ2.691.2611.17-
YUV23.72168.79131.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=21.97%
G=5.30%
B=72.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297960.700.9300.62254.8386.4120.2
Hex1D760465D03Eff5614
Octal35714010613507637712624
Binary11101111110000010001101011101011111011111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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