Html Css Color HEX #1D2589 Midnight Blue

📋 copy color: '#1D2589'

red 29 ◦ green 37 ◦ blue 137

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

Shades of Midnight Blue #1D2589

Tints of Midnight Blue #1D2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 14.29%
G = 18.23%
B = 67.49%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D2589 (or 0x1D2589) is known color: Midnight Blue. HEX triplet: 1D, 25 and 89. RGB value is (29,37,137). Sum of RGB (Red+Green+Blue) = 29+37+137=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2589 is #E2DA76. Grayscale: #2D2D2D. Windows color (decimal): -14867063 or 8987933. OLE color: 8987933.

HSL color Cylindrical-coordinate representation of color #1D2589: hue angle of 235.56º 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 #1D2589 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 37 137 -
CMYK 0.79 0.73 0 0.46
HSL 235.56º 0.65% 0.33% -
HSV(B) 235.56º 0.79% 0.54% -
XYZ 5.68 3.39 24.02 -
YUV 46.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 29 37 137 0.79 0.73 0 0.46 235.56 0.65 0.33
Hex 1D 25 89 4F 49 0 2E EC 41 21
Octal 35 45 211 117 111 0 56 354 101 41
Binary 11101 100101 10001001 1001111 1001001 0 101110 11101100 1000001 100001

Color Harmonies of #1D2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2589

Black with #1D2589

Text Example


Text Example

White with #1D2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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