#1D0960

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

Shades of Midnight Blue #1D0960

Tints of Midnight Blue #1D0960

Color information

#1D0960 (or 0x1D0960) is unknown color: approx Midnight Blue. HEX triplet: 1D, 09 and 60. RGB value is (29,9,96). Sum of RGB (Red+Green+Blue) = 29+9+96=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D0960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0960 is #E2F69F. Grayscale: #181818. Windows color (decimal): -14874272 or 6293789. OLE color: 6293789.

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

Color convert

RGB29996-
CMYK0.700.9100.62
HSL253.79º82.86%20.59%-
HSV(B)253.79º90.62%37.65%-
XYZ2.721.311.17-
YUV24.9168.13130.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=21.64%
G=6.72%
B=71.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal299960.700.9100.62253.7982.8620.59
Hex1D960465B03Efe5315
Octal351114010613307637612325
Binary111011001110000010001101011011011111011111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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