#1D0A5B

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

Shades of Midnight Blue #1D0A5B

Tints of Midnight Blue #1D0A5B

Color information

#1D0A5B (or 0x1D0A5B) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0A and 5B. RGB value is (29,10,91). Sum of RGB (Red+Green+Blue) = 29+10+91=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D0A5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0A5B is #E2F5A4. Grayscale: #181818. Windows color (decimal): -14874021 or 5966365. OLE color: 5966365.

HSL color Cylindrical-coordinate representation of color #1D0A5B: hue angle of 254.07º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0A5B is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB291091-
CMYK0.680.8900.64
HSL254.07º80.2%19.8%-
HSV(B)254.07º89.01%35.69%-
XYZ2.51.2310-
YUV24.92165.29130.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.31%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 91 (35.94% from 255) = 70%
R=22.31%
G=7.69%
B=70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2910910.680.8900.64254.0780.219.8
Hex1DA5B4459040fe5014
Octal3512133104131010037612024
Binary1110110101011011100010010110010100000011111110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,10,91); }

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

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

 a { background-color: rgb(29,10,91); }

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

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

 span { border-color: rgb(29,10,91); }

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