Html Css Color HEX #1D096A Midnight Blue

📋 copy color: '#1D096A'

red 29 ◦ green 9 ◦ blue 106

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

Shades of Midnight Blue #1D096A

Tints of Midnight Blue #1D096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

 BLUE value IS 106 (41.8% from 255) = 73.61%

R = 20.14%
G = 6.25%
B = 73.61%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D096A (or 0x1D096A) is known color: Midnight Blue. HEX triplet: 1D, 09 and 6A. RGB value is (29,9,106). Sum of RGB (Red+Green+Blue) = 29+9+106=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D096A is #E2F695. Grayscale: #191919. Windows color (decimal): -14874262 or 6949149. OLE color: 6949149.

HSL color Cylindrical-coordinate representation of color #1D096A: hue angle of 252.37º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D096A is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 9 106 -
CMYK 0.73 0.92 0 0.58
HSL 252.37º 0.84% 0.23% -
HSV(B) 252.37º 0.92% 0.42% -
XYZ 3.21 1.5 13.76 -
YUV 26.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 29 9 106 0.73 0.92 0 0.58 252.37 0.84 0.23
Hex 1D 9 6A 49 5C 0 3A FC 54 17
Octal 35 11 152 111 134 0 72 374 124 27
Binary 11101 1001 1101010 1001001 1011100 0 111010 11111100 1010100 10111

Color Harmonies of #1D096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D096A

Black with #1D096A

Text Example


Text Example

White with #1D096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,9,106); }

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

background-color css

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

 a { background-color: rgb(29,9,106); }

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

border-color css

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

 span { border-color: rgb(29,9,106); }

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