Html Css Color HEX #1D1778 Midnight Blue

📋 copy color: '#1D1778'

red 29 ◦ green 23 ◦ blue 120

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

Shades of Midnight Blue #1D1778

Tints of Midnight Blue #1D1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 16.86%
G = 13.37%
B = 69.77%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D1778 (or 0x1D1778) is known color: Midnight Blue. HEX triplet: 1D, 17 and 78. RGB value is (29,23,120). Sum of RGB (Red+Green+Blue) = 29+23+120=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1778 is #E2E887. Grayscale: #232323. Windows color (decimal): -14870664 or 7870237. OLE color: 7870237.

HSL color Cylindrical-coordinate representation of color #1D1778: hue angle of 243.71º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1778 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 23 120 -
CMYK 0.76 0.81 0 0.53
HSL 243.71º 0.68% 0.28% -
HSV(B) 243.71º 0.81% 0.47% -
XYZ 4.2 2.23 17.98 -
YUV 35.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 29 23 120 0.76 0.81 0 0.53 243.71 0.68 0.28
Hex 1D 17 78 4C 51 0 35 F4 44 1C
Octal 35 27 170 114 121 0 65 364 104 34
Binary 11101 10111 1111000 1001100 1010001 0 110101 11110100 1000100 11100

Color Harmonies of #1D1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1778

Black with #1D1778

Text Example


Text Example

White with #1D1778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,120); }

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

background-color css

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

 a { background-color: rgb(29,23,120); }

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

border-color css

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

 span { border-color: rgb(29,23,120); }

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