Html Css Color HEX #100E71 Midnight Blue

📋 copy color: '#100E71'

red 16 ◦ green 14 ◦ blue 113

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

Shades of Midnight Blue #100E71

Tints of Midnight Blue #100E71

RGB

 RED value IS 16 (6.64% from 255) = 11.19%

 GREEN value IS 14 (5.86% from 255) = 9.79%

 BLUE value IS 113 (44.53% from 255) = 79.02%

R = 11.19%
G = 9.79%
B = 79.02%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#100E71 (or 0x100E71) is known color: Midnight Blue. HEX triplet: 10, 0E and 71. RGB value is (16,14,113). Sum of RGB (Red+Green+Blue) = 16+14+113=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #100E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E71 is #EFF18E. Grayscale: #191919. Windows color (decimal): -15724943 or 7409168. OLE color: 7409168.

HSL color Cylindrical-coordinate representation of color #100E71: hue angle of 241.21º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100E71 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 14 113 -
CMYK 0.86 0.88 0 0.56
HSL 241.21º 0.78% 0.25% -
HSV(B) 241.21º 0.88% 0.44% -
XYZ 3.35 1.62 15.76 -
YUV 25.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 16 14 113 0.86 0.88 0 0.56 241.21 0.78 0.25
Hex 10 E 71 56 58 0 38 F1 4E 19
Octal 20 16 161 126 130 0 70 361 116 31
Binary 10000 1110 1110001 1010110 1011000 0 111000 11110001 1001110 11001

Color Harmonies of #100E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E71

Black with #100E71

Text Example


Text Example

White with #100E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E71; }

 p { color: rgb(16,14,113); }

 H1.HeaderClassName
 {
   color: #100E71;
 }
 .AnyTagClassName
 {
   color: #100E71;
 }
</style>

background-color css

<style>
 a { background-color: #100E71; }

 a { background-color: rgb(16,14,113); }

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

border-color css

<style>
 span { border-color: #100E71; }

 span { border-color: rgb(16,14,113); }

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