Html Css Color HEX #14116D Midnight Blue

📋 copy color: '#14116D'

red 20 ◦ green 17 ◦ blue 109

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

Shades of Midnight Blue #14116D

Tints of Midnight Blue #14116D

RGB

 RED value IS 20 (8.2% from 255) = 13.7%

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

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

R = 13.7%
G = 11.64%
B = 74.66%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14116D (or 0x14116D) is known color: Midnight Blue. HEX triplet: 14, 11 and 6D. RGB value is (20,17,109). Sum of RGB (Red+Green+Blue) = 20+17+109=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #14116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14116D is #EBEE92. Grayscale: #1C1C1C. Windows color (decimal): -15462035 or 7147796. OLE color: 7147796.

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

Color convert

RGB 20 17 109 -
CMYK 0.82 0.84 0 0.57
HSL 241.96º 0.73% 0.25% -
HSV(B) 241.96º 0.84% 0.43% -
XYZ 3.25 1.65 14.62 -
YUV 28.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 20 17 109 0.82 0.84 0 0.57 241.96 0.73 0.25
Hex 14 11 6D 52 54 0 39 F2 49 19
Octal 24 21 155 122 124 0 71 362 111 31
Binary 10100 10001 1101101 1010010 1010100 0 111001 11110010 1001001 11001

Color Harmonies of #14116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14116D

Black with #14116D

Text Example


Text Example

White with #14116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14116D; }

 p { color: rgb(20,17,109); }

 H1.HeaderClassName
 {
   color: #14116D;
 }
 .AnyTagClassName
 {
   color: #14116D;
 }
</style>

background-color css

<style>
 a { background-color: #14116D; }

 a { background-color: rgb(20,17,109); }

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

border-color css

<style>
 span { border-color: #14116D; }

 span { border-color: rgb(20,17,109); }

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