Html Css Color HEX #1D1378 Midnight Blue

📋 copy color: '#1D1378'

red 29 ◦ green 19 ◦ blue 120

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

Shades of Midnight Blue #1D1378

Tints of Midnight Blue #1D1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 17.26%
G = 11.31%
B = 71.43%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D1378 (or 0x1D1378) is known color: Midnight Blue. HEX triplet: 1D, 13 and 78. RGB value is (29,19,120). Sum of RGB (Red+Green+Blue) = 29+19+120=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1378 is #E2EC87. Grayscale: #212121. Windows color (decimal): -14871688 or 7869213. OLE color: 7869213.

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

Color convert

RGB 29 19 120 -
CMYK 0.76 0.84 0 0.53
HSL 245.94º 0.73% 0.27% -
HSV(B) 245.94º 0.84% 0.47% -
XYZ 4.13 2.08 17.95 -
YUV 33.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 29 19 120 0.76 0.84 0 0.53 245.94 0.73 0.27
Hex 1D 13 78 4C 54 0 35 F6 49 1B
Octal 35 23 170 114 124 0 65 366 111 33
Binary 11101 10011 1111000 1001100 1010100 0 110101 11110110 1001001 11011

Color Harmonies of #1D1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1378

Black with #1D1378

Text Example


Text Example

White with #1D1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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