Html Css Color HEX #1D1580 Midnight Blue

📋 copy color: '#1D1580'

red 29 ◦ green 21 ◦ blue 128

#1D1580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1D1580

Tints of Midnight Blue #1D1580

RGB

 RED value IS 29 (11.72% from 255) = 16.29%

 GREEN value IS 21 (8.59% from 255) = 11.8%

 BLUE value IS 128 (50.39% from 255) = 71.91%

R = 16.29%
G = 11.8%
B = 71.91%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1D1580 (or 0x1D1580) is known color: Midnight Blue. HEX triplet: 1D, 15 and 80. RGB value is (29,21,128). Sum of RGB (Red+Green+Blue) = 29+21+128=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D1580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1580 is #E2EA7F. Grayscale: #232323. Windows color (decimal): -14871168 or 8394013. OLE color: 8394013.

HSL color Cylindrical-coordinate representation of color #1D1580: hue angle of 244.49º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1580 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 21 128 -
CMYK 0.77 0.84 0 0.50
HSL 244.49º 0.72% 0.29% -
HSV(B) 244.49º 0.84% 0.5% -
XYZ 4.67 2.36 20.63 -
YUV 35.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 29 21 128 0.77 0.84 0 0.50 244.49 0.72 0.29
Hex 1D 15 80 4D 54 0 32 F4 48 1D
Octal 35 25 200 115 124 0 62 364 110 35
Binary 11101 10101 10000000 1001101 1010100 0 110010 11110100 1001000 11101

Color Harmonies of #1D1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1580

Black with #1D1580

Text Example


Text Example

White with #1D1580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,128); }

 H1.HeaderClassName
 {
   color: #1D1580;
 }
 .AnyTagClassName
 {
   color: #1D1580;
 }
</style>

background-color css

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

 a { background-color: rgb(29,21,128); }

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

border-color css

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

 span { border-color: rgb(29,21,128); }

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