Html Css Color HEX #14155D Midnight Blue

📋 copy color: '#14155D'

red 20 ◦ green 21 ◦ blue 93

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

Shades of Midnight Blue #14155D

Tints of Midnight Blue #14155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

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

R = 14.93%
G = 15.67%
B = 69.4%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14155D (or 0x14155D) is known color: Midnight Blue. HEX triplet: 14, 15 and 5D. RGB value is (20,21,93). Sum of RGB (Red+Green+Blue) = 20+21+93=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #14155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14155D is #EBEAA2. Grayscale: #1C1C1C. Windows color (decimal): -15461027 or 6100244. OLE color: 6100244.

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

Color convert

RGB 20 21 93 -
CMYK 0.78 0.77 0 0.64
HSL 239.18º 0.65% 0.22% -
HSV(B) 239.18º 0.78% 0.36% -
XYZ 2.53 1.48 10.51 -
YUV 28.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 20 21 93 0.78 0.77 0 0.64 239.18 0.65 0.22
Hex 14 15 5D 4E 4D 0 40 EF 41 16
Octal 24 25 135 116 115 0 100 357 101 26
Binary 10100 10101 1011101 1001110 1001101 0 1000000 11101111 1000001 10110

Color Harmonies of #14155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14155D

Black with #14155D

Text Example


Text Example

White with #14155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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