Html Css Color HEX #1D197D Midnight Blue

📋 copy color: '#1D197D'

red 29 ◦ green 25 ◦ blue 125

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

Shades of Midnight Blue #1D197D

Tints of Midnight Blue #1D197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 16.2%
G = 13.97%
B = 69.83%

CMYK

 C value IS 0.77

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D197D (or 0x1D197D) is known color: Midnight Blue. HEX triplet: 1D, 19 and 7D. RGB value is (29,25,125). Sum of RGB (Red+Green+Blue) = 29+25+125=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D197D is #E2E682. Grayscale: #252525. Windows color (decimal): -14870147 or 8198429. OLE color: 8198429.

HSL color Cylindrical-coordinate representation of color #1D197D: hue angle of 242.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D197D is Cyan = 0.77, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 25 125 -
CMYK 0.77 0.8 0 0.51
HSL 242.4º 0.67% 0.29% -
HSV(B) 242.4º 0.8% 0.49% -
XYZ 4.56 2.44 19.63 -
YUV 37.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 29 25 125 0.77 0.8 0 0.51 242.4 0.67 0.29
Hex 1D 19 7D 4D 50 0 33 F2 43 1D
Octal 35 31 175 115 120 0 63 362 103 35
Binary 11101 11001 1111101 1001101 1010000 0 110011 11110010 1000011 11101

Color Harmonies of #1D197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D197D

Black with #1D197D

Text Example


Text Example

White with #1D197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,25,125); }

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

background-color css

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

 a { background-color: rgb(29,25,125); }

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

border-color css

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

 span { border-color: rgb(29,25,125); }

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