Html Css Color HEX #1D0775 Midnight Blue

📋 copy color: '#1D0775'

red 29 ◦ green 7 ◦ blue 117

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

Shades of Midnight Blue #1D0775

Tints of Midnight Blue #1D0775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

 BLUE value IS 117 (46.09% from 255) = 76.47%

R = 18.95%
G = 4.58%
B = 76.47%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D0775 (or 0x1D0775) is known color: Midnight Blue. HEX triplet: 1D, 07 and 75. RGB value is (29,7,117). Sum of RGB (Red+Green+Blue) = 29+7+117=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0775 is #E2F88A. Grayscale: #191919. Windows color (decimal): -14874763 or 7669533. OLE color: 7669533.

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

Color convert

RGB 29 7 117 -
CMYK 0.75 0.94 0 0.54
HSL 252º 0.89% 0.24% -
HSV(B) 252º 0.94% 0.46% -
XYZ 3.79 1.7 16.96 -
YUV 26.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 29 7 117 0.75 0.94 0 0.54 252 0.89 0.24
Hex 1D 7 75 4B 5E 0 36 FC 59 18
Octal 35 7 165 113 136 0 66 374 131 30
Binary 11101 111 1110101 1001011 1011110 0 110110 11111100 1011001 11000

Color Harmonies of #1D0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0775

Black with #1D0775

Text Example


Text Example

White with #1D0775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,7,117); }

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

background-color css

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

 a { background-color: rgb(29,7,117); }

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

border-color css

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

 span { border-color: rgb(29,7,117); }

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