Html Css Color HEX #1D2970 Midnight Blue

📋 copy color: '#1D2970'

red 29 ◦ green 41 ◦ blue 112

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

Shades of Midnight Blue #1D2970

Tints of Midnight Blue #1D2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 112 (44.14% from 255) = 61.54%

R = 15.93%
G = 22.53%
B = 61.54%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D2970 (or 0x1D2970) is known color: Midnight Blue. HEX triplet: 1D, 29 and 70. RGB value is (29,41,112). Sum of RGB (Red+Green+Blue) = 29+41+112=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D2970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2970 is #E2D68F. Grayscale: #2D2D2D. Windows color (decimal): -14866064 or 7350557. OLE color: 7350557.

HSL color Cylindrical-coordinate representation of color #1D2970: hue angle of 231.33º 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 #1D2970 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 41 112 -
CMYK 0.74 0.63 0 0.56
HSL 231.33º 0.59% 0.28% -
HSV(B) 231.33º 0.74% 0.44% -
XYZ 4.22 3.02 15.69 -
YUV 45.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 29 41 112 0.74 0.63 0 0.56 231.33 0.59 0.28
Hex 1D 29 70 4A 3F 0 38 E7 3B 1C
Octal 35 51 160 112 77 0 70 347 73 34
Binary 11101 101001 1110000 1001010 111111 0 111000 11100111 111011 11100

Color Harmonies of #1D2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2970

Black with #1D2970

Text Example


Text Example

White with #1D2970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,41,112); }

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

background-color css

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

 a { background-color: rgb(29,41,112); }

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

border-color css

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

 span { border-color: rgb(29,41,112); }

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