#1D0877

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

Shades of Midnight Blue #1D0877

Tints of Midnight Blue #1D0877

Color information

#1D0877 (or 0x1D0877) is unknown color: approx Midnight Blue. HEX triplet: 1D, 08 and 77. RGB value is (29,8,119). Sum of RGB (Red+Green+Blue) = 29+8+119=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D0877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0877 is #E2F788. Grayscale: #1A1A1A. Windows color (decimal): -14874505 or 7800861. OLE color: 7800861.

HSL color Cylindrical-coordinate representation of color #1D0877: hue angle of 251.35º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0877 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB298119-
CMYK0.760.9300.53
HSL251.35º87.4%24.9%-
HSV(B)251.35º93.28%46.67%-
XYZ3.921.7717.59-
YUV26.93179.96129.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 119 (46.88% from 255) = 76.28%
R=18.59%
G=5.13%
B=76.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2981190.760.9300.53251.3587.424.9
Hex1D8774C5D035fb5719
Octal351016711413506537312731
Binary111011000111011110011001011101011010111111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,119); }

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

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

 a { background-color: rgb(29,8,119); }

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

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

 span { border-color: rgb(29,8,119); }

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