Html Css Color HEX #1D175F Midnight Blue

📋 copy color: '#1D175F'

red 29 ◦ green 23 ◦ blue 95

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

Shades of Midnight Blue #1D175F

Tints of Midnight Blue #1D175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 64.63%

R = 19.73%
G = 15.65%
B = 64.63%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D175F (or 0x1D175F) is known color: Midnight Blue. HEX triplet: 1D, 17 and 5F. RGB value is (29,23,95). Sum of RGB (Red+Green+Blue) = 29+23+95=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D175F is #E2E8A0. Grayscale: #202020. Windows color (decimal): -14870689 or 6231837. OLE color: 6231837.

HSL color Cylindrical-coordinate representation of color #1D175F: hue angle of 245º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D175F is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 29 23 95 -
CMYK 0.69 0.76 0 0.63
HSL 245º 0.61% 0.23% -
HSV(B) 245º 0.76% 0.37% -
XYZ 2.88 1.7 11 -
YUV 33 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 29 23 95 0.69 0.76 0 0.63 245 0.61 0.23
Hex 1D 17 5F 45 4C 0 3F F5 3D 17
Octal 35 27 137 105 114 0 77 365 75 27
Binary 11101 10111 1011111 1000101 1001100 0 111111 11110101 111101 10111

Color Harmonies of #1D175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D175F

Black with #1D175F

Text Example


Text Example

White with #1D175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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