Html Css Color HEX #1D2689 Midnight Blue

📋 copy color: '#1D2689'

red 29 ◦ green 38 ◦ blue 137

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

Shades of Midnight Blue #1D2689

Tints of Midnight Blue #1D2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 137 (53.91% from 255) = 67.16%

R = 14.22%
G = 18.63%
B = 67.16%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D2689 (or 0x1D2689) is known color: Midnight Blue. HEX triplet: 1D, 26 and 89. RGB value is (29,38,137). Sum of RGB (Red+Green+Blue) = 29+38+137=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2689 is #E2D976. Grayscale: #2E2E2E. Windows color (decimal): -14866807 or 8988189. OLE color: 8988189.

HSL color Cylindrical-coordinate representation of color #1D2689: hue angle of 235º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D2689 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 38 137 -
CMYK 0.79 0.72 0 0.46
HSL 235º 0.65% 0.33% -
HSV(B) 235º 0.79% 0.54% -
XYZ 5.72 3.45 24.03 -
YUV 46.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 29 38 137 0.79 0.72 0 0.46 235 0.65 0.33
Hex 1D 26 89 4F 48 0 2E EB 41 21
Octal 35 46 211 117 110 0 56 353 101 41
Binary 11101 100110 10001001 1001111 1001000 0 101110 11101011 1000001 100001

Color Harmonies of #1D2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2689

Black with #1D2689

Text Example


Text Example

White with #1D2689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,137); }

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

background-color css

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

 a { background-color: rgb(29,38,137); }

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

border-color css

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

 span { border-color: rgb(29,38,137); }

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