Html Css Color HEX #1D116E Midnight Blue

📋 copy color: '#1D116E'

red 29 ◦ green 17 ◦ blue 110

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

Shades of Midnight Blue #1D116E

Tints of Midnight Blue #1D116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 18.59%
G = 10.9%
B = 70.51%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D116E (or 0x1D116E) is known color: Midnight Blue. HEX triplet: 1D, 11 and 6E. RGB value is (29,17,110). Sum of RGB (Red+Green+Blue) = 29+17+110=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D116E is #E2EE91. Grayscale: #1E1E1E. Windows color (decimal): -14872210 or 7213341. OLE color: 7213341.

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

Color convert

RGB 29 17 110 -
CMYK 0.74 0.85 0 0.57
HSL 247.74º 0.73% 0.25% -
HSV(B) 247.74º 0.85% 0.43% -
XYZ 3.52 1.79 14.91 -
YUV 31.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 29 17 110 0.74 0.85 0 0.57 247.74 0.73 0.25
Hex 1D 11 6E 4A 55 0 39 F8 49 19
Octal 35 21 156 112 125 0 71 370 111 31
Binary 11101 10001 1101110 1001010 1010101 0 111001 11111000 1001001 11001

Color Harmonies of #1D116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D116E

Black with #1D116E

Text Example


Text Example

White with #1D116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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