Html Css Color HEX #1D2276 Midnight Blue

📋 copy color: '#1D2276'

red 29 ◦ green 34 ◦ blue 118

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

Shades of Midnight Blue #1D2276

Tints of Midnight Blue #1D2276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

 BLUE value IS 118 (46.48% from 255) = 65.19%

R = 16.02%
G = 18.78%
B = 65.19%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D2276 (or 0x1D2276) is known color: Midnight Blue. HEX triplet: 1D, 22 and 76. RGB value is (29,34,118). Sum of RGB (Red+Green+Blue) = 29+34+118=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D2276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2276 is #E2DD89. Grayscale: #292929. Windows color (decimal): -14867850 or 7741981. OLE color: 7741981.

HSL color Cylindrical-coordinate representation of color #1D2276: hue angle of 236.63º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2276 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 34 118 -
CMYK 0.75 0.71 0 0.54
HSL 236.63º 0.61% 0.29% -
HSV(B) 236.63º 0.75% 0.46% -
XYZ 4.35 2.71 17.43 -
YUV 42.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 29 34 118 0.75 0.71 0 0.54 236.63 0.61 0.29
Hex 1D 22 76 4B 47 0 36 ED 3D 1D
Octal 35 42 166 113 107 0 66 355 75 35
Binary 11101 100010 1110110 1001011 1000111 0 110110 11101101 111101 11101

Color Harmonies of #1D2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2276

Black with #1D2276

Text Example


Text Example

White with #1D2276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,34,118); }

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

background-color css

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

 a { background-color: rgb(29,34,118); }

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

border-color css

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

 span { border-color: rgb(29,34,118); }

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