Html Css Color HEX #1D2074 Midnight Blue

📋 copy color: '#1D2074'

red 29 ◦ green 32 ◦ blue 116

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

Shades of Midnight Blue #1D2074

Tints of Midnight Blue #1D2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 16.38%
G = 18.08%
B = 65.54%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D2074 (or 0x1D2074) is known color: Midnight Blue. HEX triplet: 1D, 20 and 74. RGB value is (29,32,116). Sum of RGB (Red+Green+Blue) = 29+32+116=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D2074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2074 is #E2DF8B. Grayscale: #282828. Windows color (decimal): -14868364 or 7610397. OLE color: 7610397.

HSL color Cylindrical-coordinate representation of color #1D2074: hue angle of 237.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2074 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 32 116 -
CMYK 0.75 0.72 0 0.55
HSL 237.93º 0.6% 0.28% -
HSV(B) 237.93º 0.75% 0.45% -
XYZ 4.18 2.56 16.8 -
YUV 40.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 29 32 116 0.75 0.72 0 0.55 237.93 0.6 0.28
Hex 1D 20 74 4B 48 0 37 EE 3C 1C
Octal 35 40 164 113 110 0 67 356 74 34
Binary 11101 100000 1110100 1001011 1001000 0 110111 11101110 111100 11100

Color Harmonies of #1D2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2074

Black with #1D2074

Text Example


Text Example

White with #1D2074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,32,116); }

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

background-color css

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

 a { background-color: rgb(29,32,116); }

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

border-color css

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

 span { border-color: rgb(29,32,116); }

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