Html Css Color HEX #14156B Midnight Blue

📋 copy color: '#14156B'

red 20 ◦ green 21 ◦ blue 107

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

Shades of Midnight Blue #14156B

Tints of Midnight Blue #14156B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 72.3%

R = 13.51%
G = 14.19%
B = 72.3%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14156B (or 0x14156B) is known color: Midnight Blue. HEX triplet: 14, 15 and 6B. RGB value is (20,21,107). Sum of RGB (Red+Green+Blue) = 20+21+107=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #14156B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14156B is #EBEA94. Grayscale: #1E1E1E. Windows color (decimal): -15461013 or 7017748. OLE color: 7017748.

HSL color Cylindrical-coordinate representation of color #14156B: hue angle of 239.31º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14156B is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 21 107 -
CMYK 0.81 0.80 0 0.58
HSL 239.31º 0.69% 0.25% -
HSV(B) 239.31º 0.81% 0.42% -
XYZ 3.21 1.75 14.08 -
YUV 30.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 20 21 107 0.81 0.80 0 0.58 239.31 0.69 0.25
Hex 14 15 6B 51 50 0 3A EF 45 19
Octal 24 25 153 121 120 0 72 357 105 31
Binary 10100 10101 1101011 1010001 1010000 0 111010 11101111 1000101 11001

Color Harmonies of #14156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14156B

Black with #14156B

Text Example


Text Example

White with #14156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14156B; }

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

 H1.HeaderClassName
 {
   color: #14156B;
 }
 .AnyTagClassName
 {
   color: #14156B;
 }
</style>

background-color css

<style>
 a { background-color: #14156B; }

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

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

border-color css

<style>
 span { border-color: #14156B; }

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

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