Html Css Color HEX #1D175D Midnight Blue

📋 copy color: '#1D175D'

red 29 ◦ green 23 ◦ blue 93

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

Shades of Midnight Blue #1D175D

Tints of Midnight Blue #1D175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 20%
G = 15.86%
B = 64.14%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D175D (or 0x1D175D) is known color: Midnight Blue. HEX triplet: 1D, 17 and 5D. RGB value is (29,23,93). Sum of RGB (Red+Green+Blue) = 29+23+93=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D175D is #E2E8A2. Grayscale: #202020. Windows color (decimal): -14870691 or 6100765. OLE color: 6100765.

HSL color Cylindrical-coordinate representation of color #1D175D: hue angle of 245.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D175D is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 23 93 -
CMYK 0.69 0.75 0 0.64
HSL 245.14º 0.6% 0.23% -
HSV(B) 245.14º 0.75% 0.36% -
XYZ 2.79 1.66 10.53 -
YUV 32.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 29 23 93 0.69 0.75 0 0.64 245.14 0.6 0.23
Hex 1D 17 5D 45 4B 0 40 F5 3C 17
Octal 35 27 135 105 113 0 100 365 74 27
Binary 11101 10111 1011101 1000101 1001011 0 1000000 11110101 111100 10111

Color Harmonies of #1D175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D175D

Black with #1D175D

Text Example


Text Example

White with #1D175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,93); }

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

background-color css

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

 a { background-color: rgb(29,23,93); }

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

border-color css

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

 span { border-color: rgb(29,23,93); }

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