Html Css Color HEX #1D297D Midnight Blue

📋 copy color: '#1D297D'

red 29 ◦ green 41 ◦ blue 125

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

Shades of Midnight Blue #1D297D

Tints of Midnight Blue #1D297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

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

R = 14.87%
G = 21.03%
B = 64.1%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D297D (or 0x1D297D) is known color: Midnight Blue. HEX triplet: 1D, 29 and 7D. RGB value is (29,41,125). Sum of RGB (Red+Green+Blue) = 29+41+125=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D297D is #E2D682. Grayscale: #2E2E2E. Windows color (decimal): -14866051 or 8202525. OLE color: 8202525.

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

Color convert

RGB 29 41 125 -
CMYK 0.77 0.67 0 0.51
HSL 232.5º 0.62% 0.3% -
HSV(B) 232.5º 0.77% 0.49% -
XYZ 5 3.33 19.78 -
YUV 46.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 29 41 125 0.77 0.67 0 0.51 232.5 0.62 0.3
Hex 1D 29 7D 4D 43 0 33 E8 3E 1E
Octal 35 51 175 115 103 0 63 350 76 36
Binary 11101 101001 1111101 1001101 1000011 0 110011 11101000 111110 11110

Color Harmonies of #1D297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D297D

Black with #1D297D

Text Example


Text Example

White with #1D297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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