Html Css Color HEX #14115D Midnight Blue

📋 copy color: '#14115D'

red 20 ◦ green 17 ◦ blue 93

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

Shades of Midnight Blue #14115D

Tints of Midnight Blue #14115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 71.54%

R = 15.38%
G = 13.08%
B = 71.54%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14115D (or 0x14115D) is known color: Midnight Blue. HEX triplet: 14, 11 and 5D. RGB value is (20,17,93). Sum of RGB (Red+Green+Blue) = 20+17+93=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #14115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115D is #EBEEA2. Grayscale: #1A1A1A. Windows color (decimal): -15462051 or 6099220. OLE color: 6099220.

HSL color Cylindrical-coordinate representation of color #14115D: hue angle of 242.37º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14115D is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 17 93 -
CMYK 0.78 0.82 0 0.64
HSL 242.37º 0.69% 0.22% -
HSV(B) 242.37º 0.82% 0.36% -
XYZ 2.46 1.34 10.48 -
YUV 26.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 20 17 93 0.78 0.82 0 0.64 242.37 0.69 0.22
Hex 14 11 5D 4E 52 0 40 F2 45 16
Octal 24 21 135 116 122 0 100 362 105 26
Binary 10100 10001 1011101 1001110 1010010 0 1000000 11110010 1000101 10110

Color Harmonies of #14115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14115D

Black with #14115D

Text Example


Text Example

White with #14115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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