Html Css Color HEX #1D2473 Midnight Blue

📋 copy color: '#1D2473'

red 29 ◦ green 36 ◦ blue 115

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

Shades of Midnight Blue #1D2473

Tints of Midnight Blue #1D2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 115 (45.31% from 255) = 63.89%

R = 16.11%
G = 20%
B = 63.89%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D2473 (or 0x1D2473) is known color: Midnight Blue. HEX triplet: 1D, 24 and 73. RGB value is (29,36,115). Sum of RGB (Red+Green+Blue) = 29+36+115=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D2473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2473 is #E2DB8C. Grayscale: #2A2A2A. Windows color (decimal): -14867341 or 7545885. OLE color: 7545885.

HSL color Cylindrical-coordinate representation of color #1D2473: hue angle of 235.12º 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 #1D2473 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 36 115 -
CMYK 0.75 0.69 0 0.55
HSL 235.12º 0.6% 0.28% -
HSV(B) 235.12º 0.75% 0.45% -
XYZ 4.23 2.76 16.53 -
YUV 42.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 29 36 115 0.75 0.69 0 0.55 235.12 0.6 0.28
Hex 1D 24 73 4B 45 0 37 EB 3C 1C
Octal 35 44 163 113 105 0 67 353 74 34
Binary 11101 100100 1110011 1001011 1000101 0 110111 11101011 111100 11100

Color Harmonies of #1D2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2473

Black with #1D2473

Text Example


Text Example

White with #1D2473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,36,115); }

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

background-color css

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

 a { background-color: rgb(29,36,115); }

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

border-color css

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

 span { border-color: rgb(29,36,115); }

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