Html Css Color HEX #1D1A71 Midnight Blue

📋 copy color: '#1D1A71'

red 29 ◦ green 26 ◦ blue 113

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

Shades of Midnight Blue #1D1A71

Tints of Midnight Blue #1D1A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 17.26%
G = 15.48%
B = 67.26%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D1A71 (or 0x1D1A71) is known color: Midnight Blue. HEX triplet: 1D, 1A and 71. RGB value is (29,26,113). Sum of RGB (Red+Green+Blue) = 29+26+113=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D1A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A71 is #E2E58E. Grayscale: #242424. Windows color (decimal): -14869903 or 7412253. OLE color: 7412253.

HSL color Cylindrical-coordinate representation of color #1D1A71: hue angle of 242.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D1A71 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 26 113 -
CMYK 0.74 0.77 0 0.56
HSL 242.07º 0.63% 0.27% -
HSV(B) 242.07º 0.77% 0.44% -
XYZ 3.86 2.19 15.84 -
YUV 36.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 29 26 113 0.74 0.77 0 0.56 242.07 0.63 0.27
Hex 1D 1A 71 4A 4D 0 38 F2 3F 1B
Octal 35 32 161 112 115 0 70 362 77 33
Binary 11101 11010 1110001 1001010 1001101 0 111000 11110010 111111 11011

Color Harmonies of #1D1A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1A71

Black with #1D1A71

Text Example


Text Example

White with #1D1A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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