Html Css Color HEX #1D1A76 Midnight Blue

📋 copy color: '#1D1A76'

red 29 ◦ green 26 ◦ blue 118

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

Shades of Midnight Blue #1D1A76

Tints of Midnight Blue #1D1A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.03%

 BLUE value IS 118 (46.48% from 255) = 68.21%

R = 16.76%
G = 15.03%
B = 68.21%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D1A76 (or 0x1D1A76) is known color: Midnight Blue. HEX triplet: 1D, 1A and 76. RGB value is (29,26,118). Sum of RGB (Red+Green+Blue) = 29+26+118=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A76 is #E2E589. Grayscale: #252525. Windows color (decimal): -14869898 or 7739933. OLE color: 7739933.

HSL color Cylindrical-coordinate representation of color #1D1A76: hue angle of 241.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1A76 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 26 118 -
CMYK 0.75 0.78 0 0.54
HSL 241.96º 0.64% 0.28% -
HSV(B) 241.96º 0.78% 0.46% -
XYZ 4.15 2.31 17.37 -
YUV 37.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 29 26 118 0.75 0.78 0 0.54 241.96 0.64 0.28
Hex 1D 1A 76 4B 4E 0 36 F2 40 1C
Octal 35 32 166 113 116 0 66 362 100 34
Binary 11101 11010 1110110 1001011 1001110 0 110110 11110010 1000000 11100

Color Harmonies of #1D1A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1A76

Black with #1D1A76

Text Example


Text Example

White with #1D1A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,26,118); }

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

background-color css

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

 a { background-color: rgb(29,26,118); }

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

border-color css

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

 span { border-color: rgb(29,26,118); }

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