Html Css Color HEX #1D066D Midnight Blue

📋 copy color: '#1D066D'

red 29 ◦ green 6 ◦ blue 109

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

Shades of Midnight Blue #1D066D

Tints of Midnight Blue #1D066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 20.14%
G = 4.17%
B = 75.69%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D066D (or 0x1D066D) is known color: Midnight Blue. HEX triplet: 1D, 06 and 6D. RGB value is (29,6,109). Sum of RGB (Red+Green+Blue) = 29+6+109=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D066D is #E2F992. Grayscale: #181818. Windows color (decimal): -14875027 or 7144989. OLE color: 7144989.

HSL color Cylindrical-coordinate representation of color #1D066D: hue angle of 253.4º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D066D is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 6 109 -
CMYK 0.73 0.94 0 0.57
HSL 253.4º 0.9% 0.23% -
HSV(B) 253.4º 0.94% 0.43% -
XYZ 3.33 1.5 14.58 -
YUV 24.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 29 6 109 0.73 0.94 0 0.57 253.4 0.9 0.23
Hex 1D 6 6D 49 5E 0 39 FD 5A 17
Octal 35 6 155 111 136 0 71 375 132 27
Binary 11101 110 1101101 1001001 1011110 0 111001 11111101 1011010 10111

Color Harmonies of #1D066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D066D

Black with #1D066D

Text Example


Text Example

White with #1D066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,6,109); }

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

background-color css

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

 a { background-color: rgb(29,6,109); }

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

border-color css

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

 span { border-color: rgb(29,6,109); }

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