Html Css Color HEX #1D2271 Midnight Blue

📋 copy color: '#1D2271'

red 29 ◦ green 34 ◦ blue 113

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

Shades of Midnight Blue #1D2271

Tints of Midnight Blue #1D2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 16.48%
G = 19.32%
B = 64.2%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D2271 (or 0x1D2271) is known color: Midnight Blue. HEX triplet: 1D, 22 and 71. RGB value is (29,34,113). Sum of RGB (Red+Green+Blue) = 29+34+113=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2271 is #E2DD8E. Grayscale: #292929. Windows color (decimal): -14867855 or 7414301. OLE color: 7414301.

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

Color convert

RGB 29 34 113 -
CMYK 0.74 0.70 0 0.56
HSL 236.43º 0.59% 0.28% -
HSV(B) 236.43º 0.74% 0.44% -
XYZ 4.06 2.6 15.91 -
YUV 41.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 29 34 113 0.74 0.70 0 0.56 236.43 0.59 0.28
Hex 1D 22 71 4A 46 0 38 EC 3B 1C
Octal 35 42 161 112 106 0 70 354 73 34
Binary 11101 100010 1110001 1001010 1000110 0 111000 11101100 111011 11100

Color Harmonies of #1D2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2271

Black with #1D2271

Text Example


Text Example

White with #1D2271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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