Html Css Color HEX #1D076E Midnight Blue

📋 copy color: '#1D076E'

red 29 ◦ green 7 ◦ blue 110

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

Shades of Midnight Blue #1D076E

Tints of Midnight Blue #1D076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 75.34%

R = 19.86%
G = 4.79%
B = 75.34%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D076E (or 0x1D076E) is known color: Midnight Blue. HEX triplet: 1D, 07 and 6E. RGB value is (29,7,110). Sum of RGB (Red+Green+Blue) = 29+7+110=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D076E is #E2F891. Grayscale: #181818. Windows color (decimal): -14874770 or 7210781. OLE color: 7210781.

HSL color Cylindrical-coordinate representation of color #1D076E: hue angle of 252.82º degrees, saturation: 0.88, 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 #1D076E is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 7 110 -
CMYK 0.74 0.94 0 0.57
HSL 252.82º 0.88% 0.23% -
HSV(B) 252.82º 0.94% 0.43% -
XYZ 3.4 1.54 14.87 -
YUV 25.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 29 7 110 0.74 0.94 0 0.57 252.82 0.88 0.23
Hex 1D 7 6E 4A 5E 0 39 FD 58 17
Octal 35 7 156 112 136 0 71 375 130 27
Binary 11101 111 1101110 1001010 1011110 0 111001 11111101 1011000 10111

Color Harmonies of #1D076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D076E

Black with #1D076E

Text Example


Text Example

White with #1D076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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