Html Css Color HEX #1D2189 Midnight Blue

📋 copy color: '#1D2189'

red 29 ◦ green 33 ◦ blue 137

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

Shades of Midnight Blue #1D2189

Tints of Midnight Blue #1D2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 14.57%
G = 16.58%
B = 68.84%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D2189 (or 0x1D2189) is known color: Midnight Blue. HEX triplet: 1D, 21 and 89. RGB value is (29,33,137). Sum of RGB (Red+Green+Blue) = 29+33+137=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D2189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2189 is #E2DE76. Grayscale: #2B2B2B. Windows color (decimal): -14868087 or 8986909. OLE color: 8986909.

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

Color convert

RGB 29 33 137 -
CMYK 0.79 0.76 0 0.46
HSL 237.78º 0.65% 0.33% -
HSV(B) 237.78º 0.79% 0.54% -
XYZ 5.57 3.16 23.98 -
YUV 43.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 29 33 137 0.79 0.76 0 0.46 237.78 0.65 0.33
Hex 1D 21 89 4F 4C 0 2E EE 41 21
Octal 35 41 211 117 114 0 56 356 101 41
Binary 11101 100001 10001001 1001111 1001100 0 101110 11101110 1000001 100001

Color Harmonies of #1D2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2189

Black with #1D2189

Text Example


Text Example

White with #1D2189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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